Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59620c3

Browse files
Merge pull request #526 from wcampbell0x2a/dependabot/github_actions/codecov/codecov-action-4.3.0
build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.0
2 parents ed85372 + 82e0b23 commit 59620c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: cargo llvm-cov --workspace --codecov --output-path codecov.json --features __test_unsquashfs --release --no-clean -- --skip slow
4040

4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
42+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
files: codecov.json

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Dependencies
1111
- Bump `zstd` from 0.13.0 to 0.13.1 ([#518](https://github.com/wcampbell0x2a/backhand/pull/518))
1212
- Bump `rayon` from 1.9.0 to 1.10.0 ([#512](https://github.com/wcampbell0x2a/backhand/pull/512))
13-
- Bump `codecov/codecov-action` from 4.1.0 to 4.1.1 ([#514](https://github.com/wcampbell0x2a/backhand/pull/514))
13+
- Bump `codecov/codecov-action` from 4.1.0 to 4.3.0 ([#514](https://github.com/wcampbell0x2a/backhand/pull/514), [#526](https://github.com/wcampbell0x2a/backhand/pull/526))
1414
- Bump `obi1kenobi/cargo-semver-checks-action` from 2.3 to 2.4 ([#507](https://github.com/wcampbell0x2a/backhand/pull/507))
1515
- Bump `clap` from 4.5.2 to 4.5.4 ([#513](https://github.com/wcampbell0x2a/backhand/pull/513))
1616

0 commit comments

Comments
 (0)