diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2837c1b..f1abafc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: path: coveragereport - name: Upload ReportGenerator to CodeCov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{secrets.CODECOV_TOKEN}} file: coveragereport/Cobertura.xml