Merge pull request #1671 from zcash/dependabot/github_actions/codecov/codecov-action-5.1.2

build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
This commit is contained in:
Jack Grigg 2024-12-20 07:02:59 +13:00 committed by GitHub
commit 84fdb1f8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ jobs:
--timeout 600
--out xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}