We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c1809 commit b135038Copy full SHA for b135038
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run tests
33
run: tox run -e unit
34
- name: Upload Coverage to Codecov
35
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
36
37
lib-check:
38
name: Check libraries
0 commit comments