[ci] Pin codecov action to v5.4.0 (#8564)

This commit is contained in:
Jesse Hills 2025-04-15 08:09:51 +12:00 committed by GitHub
parent a007a8237a
commit 00dd5b8339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,7 @@ jobs:
. venv/bin/activate
pytest -vv --cov-report=xml --tb=native tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}