diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8310c1c..945f645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: name: report path: app/build/reports/jacoco/testDebugUnitTestCoverage - name: Upload Test Report - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: app/build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml # optional