We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee53c4c + 14fcbc8 commit 1a5ce3eCopy full SHA for 1a5ce3e
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: python -m build
49
50
- name: Upload coverage
51
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
52
if: matrix.python-version == '3.10'
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments