From 9a93fb7a7e82f11014a8da76b447727bffc4b30d Mon Sep 17 00:00:00 2001 From: pakka-papad <76241334+pakka-papad@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:23:11 +0530 Subject: [PATCH] Updated: ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70de1c6..4b12c66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: run: ./gradlew test - name: Upload test report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: unit_test_report path: app/build/reports/test/testDebugUnitTest/ \ No newline at end of file