|
98 | 98 | # https://github.com/actions/upload-artifact/issues/426
|
99 | 99 | zip -r artifact.zip artifact
|
100 | 100 |
|
101 |
| - - uses: actions/upload-artifact@v3 |
| 101 | + - uses: actions/upload-artifact@v4 |
102 | 102 | with:
|
103 | 103 | name: mkxp-z.windows.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
104 | 104 | path: build/artifact.zip
|
@@ -154,7 +154,7 @@ jobs:
|
154 | 154 | # https://github.com/actions/upload-artifact/issues/426
|
155 | 155 | zip -r local.zip local
|
156 | 156 |
|
157 |
| - - uses: actions/upload-artifact@v3 |
| 157 | + - uses: actions/upload-artifact@v4 |
158 | 158 | with:
|
159 | 159 | name: mkxp-z.linux.x86_64.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
160 | 160 | path: build/local.zip
|
@@ -262,7 +262,7 @@ jobs:
|
262 | 262 | cd ..
|
263 | 263 | zip -r local.zip local
|
264 | 264 |
|
265 |
| - - uses: actions/upload-artifact@v3 |
| 265 | + - uses: actions/upload-artifact@v4 |
266 | 266 | with:
|
267 | 267 | name: mkxp-z.linux.${{matrix.arch_mkxpz}}.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
268 | 268 | path: build/local.zip
|
@@ -313,7 +313,7 @@ jobs:
|
313 | 313 | ditto -c -k --sequesterRsrc --keepParent Z-universal.app Z-universal.app.zip
|
314 | 314 |
|
315 | 315 | - name: Upload archive
|
316 |
| - uses: actions/upload-artifact@v3 |
| 316 | + uses: actions/upload-artifact@v4 |
317 | 317 | with:
|
318 | 318 | name: mkxp-z.macos.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
319 | 319 | path: build/Build/Products/Release/Z-universal.app.zip
|
0 commit comments