We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bdfa3 commit a5fb368Copy full SHA for a5fb368
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
59
- name: Upload to Codecov
60
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
61
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
name: pytests
0 commit comments