File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 name : build_native
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 with :
1414 repository : chris-y/rman
1515 - name : build_rman
1616 id : build_rman
1717 run : make -f Makefile
18- - uses : actions/upload-artifact@v1
18+ - uses : actions/upload-artifact@v3
1919 with :
2020 name : rman
2121 path : ./rman
2222 - uses : actions/checkout@v2
2323 - name : Download rman
24- uses : actions/download-artifact@v1
24+ uses : actions/download-artifact@v3
2525 with :
2626 name : rman
27+ path : rman
2728 - name : build_guide
2829 id : build_guide
2930 run : |
3031 chmod a+x ./rman/rman
3132 make -f Makefile
32- - uses : actions/upload-artifact@v1
33+ - uses : actions/upload-artifact@v3
3334 with :
3435 name : zmakebas.guide
3536 path : ./zmakebas.guide
@@ -39,11 +40,11 @@ jobs:
3940 image : amigadev/crosstools:ppc-amigaos
4041 name : build_os4
4142 steps :
42- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
4344 - name : build_os4
4445 id : build_os4
4546 run : make -f Makefile zmakebas
46- - uses : actions/upload-artifact@v1
47+ - uses : actions/upload-artifact@v3
4748 with :
4849 name : zmakebas_os4
4950 path : zmakebas
5354 image : walkero/docker4amigavbcc:latest-m68k
5455 name : build_os3
5556 steps :
56- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
5758 - name : buildos3
5859 id : buildos3
5960 run : make -f Makefile.68k zmakebas
You can’t perform that action at this time.
0 commit comments