We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ca1b commit 63bc00cCopy full SHA for 63bc00c
1 file changed
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
flags: py-${{ matrix.python-version }}
73
- name: Upload coverage reports to Codecov
74
if: ${{ matrix.python-version == '3.13' && hashFiles('coverage.xml') != '' }}
75
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
76
with:
77
use_oidc: true
78
files: ./coverage.xml
0 commit comments