We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad6b0a commit cbed738Copy full SHA for cbed738
.github/workflows/pytest-fast.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Upload coverage to Codecov
65
if: always()
66
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
67
with:
68
file: ./coverage.xml
69
fail_ci_if_error: false
.github/workflows/pytest-matrix.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu'
49
50
51
52
0 commit comments