Commit c760191 1 parent 90df918 commit c760191 Copy full SHA for c760191
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
name : Check
9
9
runs-on : macos-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
13
13
- name : Cache Rust
14
- uses : actions/cache@v2
14
+ uses : actions/cache@v4
15
15
id : cache-rust
16
16
with :
17
17
path : |
@@ -51,10 +51,10 @@ jobs:
51
51
target : aarch64-apple-darwin
52
52
53
53
steps :
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v4
55
55
56
56
- name : Cache Rust
57
- uses : actions/cache@v2
57
+ uses : actions/cache@v4
58
58
id : cache-rust
59
59
with :
60
60
path : |
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
if : ${{ github.event.workflow_run.conclusion == 'success' }}
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Download all artifacts
19
- uses : actions/download-artifact@v2
19
+ uses : actions/download-artifact@v4
20
20
with :
21
21
github-token : ${{secrets.GITHUB_TOKEN}}
22
22
run-id : ${{github.event.workflow_run.id}}
You can’t perform that action at this time.
0 commit comments