We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d3378 commit 1aa0f60Copy full SHA for 1aa0f60
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
65
- name: Upload to Codecov
66
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
67
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
name: pytests
0 commit comments