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