We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 952a05d + 2eaab28 commit eae5fc4Copy full SHA for eae5fc4
1 file changed
.github/workflows/testing.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Upload coverage to Codecov
48
if: matrix.python-version == '3.13'
49
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
50
with:
51
file: ./coverage.xml
52
flags: unittests
0 commit comments