We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0acc6a commit f7099a6Copy full SHA for f7099a6
.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@v2
+ - uses: codecov/codecov-action@v5
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
flags: Python-v${{ matrix.python-version }}
0 commit comments