chore: bump codecov action to v5 (#343)

This commit is contained in:
J. Nick Koston 2025-01-07 10:58:45 -10:00 committed by GitHub
parent c4b4c58d87
commit d1298de2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ jobs:
- name: Test with Pytest
run: dbus-run-session -- poetry run pytest --cov-report=xml --timeout=5
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}