We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9134b1c commit e052411Copy full SHA for e052411
.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@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
71
with:
72
name: codecov-${{ matrix.python }}
73
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments