Bump codecov/codecov-action from 3 to 4 (#531)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 10:04:23 -08:00 committed by GitHub
parent bc024aec25
commit 3c426e9316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ jobs:
run: cargo-llvm-cov llvm-cov --lcov --output-path "target/lcov.info" --all-features
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true