We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6897114 commit f105341Copy full SHA for f105341
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
isort -c --diff .
48
49
- name: Send coverage report
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
if: matrix.python-version == 3.11
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments