Merge pull request #1553 from zcash/dependabot/github_actions/codecov/codecov-action-4.6.0

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0
This commit is contained in:
Jack Grigg 2024-10-02 16:35:55 +01:00 committed by GitHub
commit 3847cb20a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ jobs:
--timeout 600
--out xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}