We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5671fe3 commit 931acaeCopy full SHA for 931acae
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --cov-report=xml
50
51
- name: Upload coverage report
52
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
53
54
- name: Build package
55
run: nox -s build
0 commit comments