diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd2a5576..4d173cfc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing - name: Upload to Codecov if: matrix.python-version == '3.9' && github.repository == 'executablebooks/markdown-it-py' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: name: markdown-it-py-pytests flags: pytests