Skip to content

Commit 1d0ddc0

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent e55fa8c commit 1d0ddc0

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
@@ -112,7 +112,7 @@ jobs:
112112
- name: Generate coverage
113113
run: cargo llvm-cov --lcov --output-path lcov.info
114114
- name: Report to codecov.io
115-
uses: codecov/codecov-action@04b047e8bb82a0c002c8312c1c880fbc6a999d45 # v5
115+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
116116
with:
117117
files: lcov.info
118118
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)