File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 os : [ubuntu-22.04, macos-14]
1919 fail-fast : false
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v6
2222
2323 - name : Get XPlane SDK + xplib
2424 shell : bash
5656 tar cvf binary.tar openSAM-pkg*/openSAM/*_x64
5757
5858 - name : Upload Build Artifact
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : build-${{ matrix.os }}
6262 path : |
7676 make
7777 git
7878
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v6
8080
8181 - name : Get XPlane SDK + xplib
8282 shell : bash
@@ -104,7 +104,7 @@ jobs:
104104 tar cvf binary.tar openSAM-pkg*/openSAM/*_x64
105105
106106 - name : Upload Build Artifact
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v7
108108 with :
109109 name : build-windows
110110 path : |
@@ -115,7 +115,7 @@ jobs:
115115 needs : [build-linux-macos, build-windows]
116116
117117 steps :
118- - uses : actions/checkout@v3
118+ - uses : actions/checkout@v6
119119
120120 - name : setup crc32 tool
121121 shell : bash
You can’t perform that action at this time.
0 commit comments