We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6f610 commit d017869Copy full SHA for d017869
.github/workflows/pythonpackage.yml
@@ -30,7 +30,7 @@ jobs:
30
shell: bash
31
- name: Upload coverage to Codecov
32
if: runner.os == 'Linux'
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
file: ./coverage.xml
0 commit comments