Skip to content

Commit 5da8df5

Browse files
Merge pull request #498 from deepcausality-rs/dependabot/github_actions/codecov/codecov-action-6.0.0
build(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents a06be2b + 374fe57 commit 5da8df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
2424

2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v5.5.3
26+
uses: codecov/codecov-action@v6.0.0
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
files: lcov.info

0 commit comments

Comments
 (0)