Skip to content

Commit 50b74a0

Browse files
chore(deps): bump codecov/codecov-action
Bumps the github-actions-major group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dce9fef commit 50b74a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ jobs:
628628
cargo fmt
629629
cargo tarpaulin --engine llvm --out Lcov Stdout --workspace --exclude app --fail-under 100
630630
- name: Upload to codecov.io
631-
uses: codecov/codecov-action@v6
631+
uses: codecov/codecov-action@v7
632632
with:
633633
token: ${{ secrets.CODECOV_TOKEN }}
634634
fail_ci_if_error: true

0 commit comments

Comments
 (0)