There was an error while loading. Please reload this page.
1 parent 64e0997 commit 63bd86eCopy full SHA for 63bd86e
1 file changed
.github/workflows/test-coverage.yaml
@@ -36,7 +36,7 @@ jobs:
36
covr::to_cobertura(cov)
37
shell: Rscript {0}
38
39
- - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ - uses: codecov/codecov-action@v4
40
with:
41
# Fail if error if not on PR, or if on PR and token is given
42
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments