Skip to content

Commit dc98cbc

Browse files
Merge branch 'master' into patch-1
2 parents 8f774fb + 62ef047 commit dc98cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# https://github.com/marketplace/actions/codecov
4242
- name: Send test coverage to codecov.io
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v5
4444
with:
4545
files: clover.xml,!tests/clover.xml,!tests/clover-invalid.xml,!tests/clover-test-divide-by-zero.xml
4646
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)