We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868ffc4 commit 86bdfebCopy full SHA for 86bdfeb
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
python -m pytest tests
51
python -m pytest --doctest-only resampy
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
56
files: ./coverage.xml
0 commit comments