diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0d9e8e..234e6e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: path: app/build/reports/jacoco/testDebugUnitTestCoverage - name: Download Test Reports Folder - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: report path: app/build/reports/jacoco/testDebugUnitTestCoverage