We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e59b288 + a415772 commit 8bcb388Copy full SHA for 8bcb388
.github/workflows/run.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Test with pytest
21
run: |
22
make testsuite.run
23
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
flags: Python-v${{ matrix.python-version }}
0 commit comments