diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1351185..6d63f3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: run: | pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing - name: Upload to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: github.event.pull_request.head.repo.full_name == github.repository with: token: ${{ secrets.CODECOV_TOKEN }}