Merge pull request #498 from str4d/dependabot/github_actions/codecov/codecov-action-4.4.1

build(deps): bump codecov/codecov-action from 4.0.1 to 4.4.1
This commit is contained in:
Jack Grigg 2024-07-19 00:26:27 +01:00 committed by GitHub
commit fec672d5c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ jobs:
version: '0.19.1'
args: --workspace --release --all-features --timeout 180 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.4.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}