We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee9c4 commit c6f11a4Copy full SHA for c6f11a4
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
tox -e style
24
tox -e type
25
tox -e py
26
- - uses: codecov/[email protected].3
+ - uses: codecov/[email protected].4
27
if: matrix.os == 'ubuntu-latest'
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments