@@ -68,14 +68,14 @@ jobs:
68
68
shell : bash
69
69
run : cmake --install . --config ${{ matrix.build_type }}
70
70
71
- - uses : actions/upload-artifact@v3
71
+ - uses : actions/upload-artifact@v4
72
72
if : ${{ matrix.build_type == 'Release' }}
73
73
with :
74
74
name : OpenJK-windows-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
75
75
path : ${{ github.workspace }}/build/bin/JediAcademy
76
76
if-no-files-found : error
77
77
78
- - uses : actions/upload-artifact@v3
78
+ - uses : actions/upload-artifact@v4
79
79
if : ${{ matrix.build_type == 'Release' }}
80
80
with :
81
81
name : OpenJO-windows-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
@@ -149,14 +149,14 @@ jobs:
149
149
shell : bash
150
150
run : tar -czvf OpenJO-linux-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}.tar.gz *
151
151
152
- - uses : actions/upload-artifact@v3
152
+ - uses : actions/upload-artifact@v4
153
153
if : ${{ matrix.build_type == 'Release' }}
154
154
with :
155
155
name : OpenJK-linux-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
156
156
path : ${{github.workspace}}/install/JediAcademy/OpenJK-linux-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}.tar.gz
157
157
if-no-files-found : error
158
158
159
- - uses : actions/upload-artifact@v3
159
+ - uses : actions/upload-artifact@v4
160
160
if : ${{ matrix.build_type == 'Release' }}
161
161
with :
162
162
name : OpenJO-linux-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
@@ -169,11 +169,11 @@ jobs:
169
169
strategy :
170
170
fail-fast : false
171
171
matrix :
172
- runner : [macos-12 , macos-14]
172
+ runner : [macos-13 , macos-14]
173
173
build_type : [Debug, Release]
174
174
portable : [Non-Portable]
175
175
include :
176
- - runner : macos-12
176
+ - runner : macos-13
177
177
arch : x86_64
178
178
- runner : macos-14
179
179
arch : arm64
@@ -226,14 +226,14 @@ jobs:
226
226
chmod +x openjo_sp.${{ matrix.arch }}.app/Contents/MacOS/openjo_sp.${{ matrix.arch }}
227
227
tar -czvf openjo_sp-macos-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}.tar.gz *
228
228
229
- - uses : actions/upload-artifact@v3
229
+ - uses : actions/upload-artifact@v4
230
230
if : ${{ matrix.build_type == 'Release' }}
231
231
with :
232
232
name : OpenJK-macos-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
233
233
path : ${{ github.workspace }}/install/JediAcademy/openjk-macos-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}.tar.gz
234
234
if-no-files-found : error
235
235
236
- - uses : actions/upload-artifact@v3
236
+ - uses : actions/upload-artifact@v4
237
237
if : ${{ matrix.build_type == 'Release' }}
238
238
with :
239
239
name : OpenJO-macos-${{ matrix.arch }}-${{ matrix.build_type }}-${{ matrix.portable }}
@@ -250,7 +250,7 @@ jobs:
250
250
submodules : recursive
251
251
252
252
- name : Download Artifacts
253
- uses : actions/download-artifact@v3
253
+ uses : actions/download-artifact@v4
254
254
255
255
- name : Create binary archives
256
256
run : |
@@ -341,7 +341,7 @@ jobs:
341
341
submodules : recursive
342
342
343
343
- name : Download Artifacts
344
- uses : actions/download-artifact@v3
344
+ uses : actions/download-artifact@v4
345
345
346
346
- name : Create archive
347
347
run : |
0 commit comments