Skip to content

Commit 8c050b6

Browse files
authored
Merge pull request #153 from dev-five-git/dependabot/github_actions/github-actions-major-484570b1b1
chore(deps): bump codecov/codecov-action from 6 to 7 in the github-actions-major group
2 parents 40dae3a + 50b74a0 commit 8c050b6

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
@@ -632,7 +632,7 @@ jobs:
632632
cargo fmt
633633
cargo tarpaulin --engine llvm --out Lcov Stdout --workspace --exclude app --fail-under 100
634634
- name: Upload to codecov.io
635-
uses: codecov/codecov-action@v6
635+
uses: codecov/codecov-action@v7
636636
with:
637637
token: ${{ secrets.CODECOV_TOKEN }}
638638
fail_ci_if_error: true

0 commit comments

Comments
 (0)