Skip to content

Commit dbe1d1e

Browse files
committed
update codecov CI task
1 parent 42fc755 commit dbe1d1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
2121
2222
- name: Upload to codecov.io
23-
uses: codecov/codecov-action@v2
23+
uses: codecov/codecov-action@v4
2424
with:
2525
fail_ci_if_error: true
26+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)