diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 7a6284c..7e87e74 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -52,7 +52,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: fail_ci_if_error: false files: ./cobertura.xml