Skip to content

Commit 0acb69d

Browse files
committed
ci: update codecov action
1 parent 52b2070 commit 0acb69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3232

3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v1
34+
uses: codecov/codecov-action@v5
3535
with:
3636
files: lcov.info
3737
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}
3839

3940
lints:
4041
name: Lints & Format

0 commit comments

Comments
 (0)