diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 17675fc6..67ded7c5 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -37,7 +37,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: github.event.repository.fork == false with: # Fail if error if not on PR, or if on PR and token is given