Skip to content

Commit 88c3e13

Browse files
chore(deps): bump codecov/codecov-action from 6 to 7 (#81)
1 parent 1a183e2 commit 88c3e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Generate code coverage
110110
run: cargo llvm-cov --all-targets --features padding_api --lcov --output-path lcov.log
111111
- name: Upload coverage to Codecov
112-
uses: codecov/codecov-action@v6
112+
uses: codecov/codecov-action@v7
113113
with:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115
files: lcov.log

0 commit comments

Comments
 (0)