Skip to content

Commit 2faf107

Browse files
authored
Merge pull request #6 from CipherOcto/dependabot/github_actions/codecov/codecov-action-5
chore(ci)(deps): bump codecov/codecov-action from 4 to 5
2 parents d7c6293 + 9067fa4 commit 2faf107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
2828

2929
- name: Upload to Codecov
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
continue-on-error: true
3232
with:
3333
files: ./lcov.info

0 commit comments

Comments
 (0)