Skip to content

Commit a293e03

Browse files
committed
bump codecov version
1 parent 66682fc commit a293e03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
covr::to_cobertura(cov)
3737
shell: Rscript {0}
3838

39-
- uses: codecov/codecov-action@v4
39+
- uses: codecov/codecov-action@v5.3.1
4040
with:
4141
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
4242
file: ./cobertura.xml
@@ -58,3 +58,5 @@ jobs:
5858
with:
5959
name: coverage-test-failures
6060
path: ${{ runner.temp }}/package
61+
62+

0 commit comments

Comments
 (0)