File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
image : amigadev/crosstools:ppc-amigaos
14
14
name : build_os4
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : build_os4
18
18
id : build_os4
19
19
run : |
30
30
image : walkero/docker4amigavbcc:latest-m68k
31
31
name : build_os3
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
- name : buildos3
35
35
id : buildos3
36
36
run : |
47
47
runs-on : " ubuntu-latest"
48
48
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v3
51
51
with :
52
52
repository : chris-y/rman
53
53
- name : build_rman
@@ -57,11 +57,12 @@ jobs:
57
57
with :
58
58
name : rman
59
59
path : ./rman
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v3
61
61
- name : Download rman
62
62
uses : actions/download-artifact@v3
63
63
with :
64
64
name : rman
65
+ path : rman
65
66
- name : build_guide
66
67
id : build_guide
67
68
run : |
You can’t perform that action at this time.
0 commit comments