We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950908b commit 6a2c851Copy full SHA for 6a2c851
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
48
- name: Upload to Codecov
49
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
50
with:
51
name: mdit-py-plugins-pytests
52
flags: pytests
0 commit comments