Skip to content

Commit 0b8a57b

Browse files
committed
use newer version of codecov action
1 parent 46a0167 commit 0b8a57b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
cargo llvm-cov --no-report
6262
cargo llvm-cov report --lcov --output-path lcov.info
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v3
64+
uses: codecov/codecov-action@v4.0.1
6565
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6667
files: lcov.info
6768
fail_ci_if_error: false
69+
slug: thvdveld/dot15d4

0 commit comments

Comments
 (0)