We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7af64 commit 2a536b5Copy full SHA for 2a536b5
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
49
- name: Upload to Codecov
50
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
51
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
52
with:
53
name: pytests
54
flags: pytests
0 commit comments