We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a301e commit 10c2003Copy full SHA for 10c2003
1 file changed
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
coverage xml
55
- name: Upload to Codecov
56
if: github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest'
57
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
58
with:
59
token: ${{ secrets.CODECOV_TOKEN }}
60
name: myst-parser-pytests
0 commit comments