diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 56e6521..39c39f3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,4 +33,4 @@ jobs: run: poetry run coverage run -m pytest --cov=anymail_history --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5