We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2163b9c commit 01752f1Copy full SHA for 01752f1
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
- run: python -m tox
68
69
- name: Upload coverage to Codecov
70
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
71
with:
72
name: codecov-${{ matrix.python }}
73
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments