File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Install Rust Nightly
22
22
run : |
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 3
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Check License Header
19
- uses : apache/skywalking-eyes@v0.3 .0
19
+ uses : apache/skywalking-eyes@v0.6 .0
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Install Rust Stable
19
19
run : |
27
27
- name : Test and Generate code coverage
28
28
run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
29
29
- name : Upload coverage to Codecov
30
- uses : codecov/codecov-action@v3
30
+ uses : codecov/codecov-action@v5.1.2
31
31
with :
32
+ token : ${{ secrets.CODECOV_TOKEN }}
32
33
files : lcov.info
33
34
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments