Skip to content

Commit 6b39a57

Browse files
authored
Update autobuild.yml
1 parent b959639 commit 6b39a57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autobuild.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# https://github.com/actions/upload-artifact/issues/426
9999
zip -r artifact.zip artifact
100100
101-
- uses: actions/upload-artifact@v3
101+
- uses: actions/upload-artifact@v4
102102
with:
103103
name: mkxp-z.windows.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
104104
path: build/artifact.zip
@@ -154,7 +154,7 @@ jobs:
154154
# https://github.com/actions/upload-artifact/issues/426
155155
zip -r local.zip local
156156
157-
- uses: actions/upload-artifact@v3
157+
- uses: actions/upload-artifact@v4
158158
with:
159159
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}}
160160
path: build/local.zip
@@ -262,7 +262,7 @@ jobs:
262262
cd ..
263263
zip -r local.zip local
264264
265-
- uses: actions/upload-artifact@v3
265+
- uses: actions/upload-artifact@v4
266266
with:
267267
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}}
268268
path: build/local.zip
@@ -313,7 +313,7 @@ jobs:
313313
ditto -c -k --sequesterRsrc --keepParent Z-universal.app Z-universal.app.zip
314314
315315
- name: Upload archive
316-
uses: actions/upload-artifact@v3
316+
uses: actions/upload-artifact@v4
317317
with:
318318
name: mkxp-z.macos.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}}
319319
path: build/Build/Products/Release/Z-universal.app.zip

0 commit comments

Comments
 (0)