diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index a13e86bb0..828d3cd81 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -51,7 +51,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} files: ./cobertura.xml