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 4c01d28 commit b4f4262Copy full SHA for b4f4262
1 file changed
.github/workflows/tox-tests.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Run Tox
91
run: tox -e py3
92
- name: Upload coverage to Codecov
93
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
94
env:
95
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
96
with:
0 commit comments