We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bada75a commit 6c97759Copy full SHA for 6c97759
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
tox -e style
24
tox -e type
25
tox -e py
26
- - uses: codecov/codecov-action@v3.1.5
+ - uses: codecov/codecov-action@v4.0.1
27
if: matrix.os == 'ubuntu-latest'
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments