File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
' dist/latest-mac.yml
154
154
155
155
- name : Upload latest-mac-arm64.yml
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
158
name : latest-mac-arm64.yml
159
159
path : dist/latest-mac.yml
@@ -234,7 +234,7 @@ jobs:
234
234
' dist/latest-mac.yml
235
235
236
236
- name : Upload latest-mac-x64.yml
237
- uses : actions/upload-artifact@v3
237
+ uses : actions/upload-artifact@v4
238
238
with :
239
239
name : latest-mac-x64.yml
240
240
path : dist/latest-mac.yml
@@ -259,13 +259,13 @@ jobs:
259
259
echo current-version=$CURRENTVERSION >> "$GITHUB_OUTPUT"
260
260
261
261
- name : Download latest-mac-arm64.yml
262
- uses : actions/download-artifact@v3
262
+ uses : actions/download-artifact@v4
263
263
with :
264
264
name : latest-mac-arm64.yml
265
265
path : latest-mac-arm64
266
266
267
267
- name : Download latest-mac-x64.yml
268
- uses : actions/download-artifact@v3
268
+ uses : actions/download-artifact@v4
269
269
with :
270
270
name : latest-mac-x64.yml
271
271
path : latest-mac-x64
You can’t perform that action at this time.
0 commit comments