We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a76a4e + 0ac6dcb commit 40a9043Copy full SHA for 40a9043
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Upload coverage report
85
if: matrix.python-version == '3.12'
86
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
87
with:
88
files: ./coverage.xml
89
fail_ci_if_error: false
0 commit comments