Skip to content

Commit b8ef5cb

Browse files
committed
update workflow version
1 parent b726618 commit b8ef5cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: [self-hosted]
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
3232
- name: Install toolchain
@@ -39,7 +39,8 @@ jobs:
3939
cargo update
4040
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4141
- name: Upload to codecov.io
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v5
4343
with:
44-
token: ${{ secrets.CODECOV_TOKEN }}
4544
fail_ci_if_error: true
45+
env:
46+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)