File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Install packages
19
19
run : sudo apt-get update && sudo apt-get install -y make ruby
25
25
run : make
26
26
27
27
- name : Upload artifact
28
- uses : actions/upload-artifact@v2
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : riscv-abi.pdf
31
31
path : riscv-abi.pdf
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Download artifact
39
- uses : actions/download-artifact@v4.1.7
39
+ uses : actions/download-artifact@v4
40
40
with :
41
41
name : riscv-abi.pdf
42
42
path : ./
73
73
runs-on : ubuntu-latest
74
74
steps :
75
75
- name : Download artifact
76
- uses : actions/download-artifact@v4.1.7
76
+ uses : actions/download-artifact@v4
77
77
with :
78
78
name : riscv-abi.pdf
79
79
path : ./
You can’t perform that action at this time.
0 commit comments