1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 03:53:00 +00:00

build(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1 (#3279)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 01:27:57 +00:00 committed by GitHub
parent e518170a30
commit 373d4ca970
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.0
uses: codecov/codecov-action@v4.0.1
with:
files: codecov.json
fail_ci_if_error: true