64
64
run : bash .github/build-meta.sh
65
65
66
66
- name : Create Artifact of build-meta
67
- uses : actions/upload-artifact@v3
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : build-meta
70
70
path : ${{ steps.build-metadata.outputs.build-meta-output }}
@@ -158,10 +158,11 @@ jobs:
158
158
--posix -C "gluon-gha-data/gluon" openwrt
159
159
160
160
- name : Archive build output
161
- uses : actions/upload-artifact@v3
161
+ uses : actions/upload-artifact@v4
162
162
with :
163
163
name : openwrt
164
164
path : " gluon-gha-data/openwrt"
165
+ compression-level : 0
165
166
166
167
167
168
build :
@@ -199,7 +200,7 @@ jobs:
199
200
run : cat /proc/meminfo
200
201
201
202
- name : Download prepared OpenWrt
202
- uses : actions/download-artifact@v3
203
+ uses : actions/download-artifact@v4
203
204
with :
204
205
name : openwrt
205
206
path : " gluon-gha-data/openwrt"
@@ -250,7 +251,7 @@ jobs:
250
251
steps :
251
252
- uses : actions/checkout@v4
252
253
253
- - uses : actions/download-artifact@v3
254
+ - uses : actions/download-artifact@v4
254
255
with :
255
256
path : " gluon-gha-data/gluon-output"
256
257
@@ -262,7 +263,7 @@ jobs:
262
263
path : ' gluon-gha-data/gluon'
263
264
264
265
- name : Download prepared OpenWrt
265
- uses : actions/download-artifact@v3
266
+ uses : actions/download-artifact@v4
266
267
with :
267
268
name : openwrt
268
269
path : " gluon-gha-data/openwrt"
@@ -349,7 +350,7 @@ jobs:
349
350
-C gluon-gha-data/gluon/output/images/sysupgrade -T -
350
351
351
352
- name : Archive output
352
- uses : actions/upload-artifact@v3
353
+ uses : actions/upload-artifact@v4
353
354
with :
354
355
name : manifest-signed
355
356
path : gluon-gha-data/artifact-out
@@ -365,7 +366,7 @@ jobs:
365
366
steps :
366
367
- uses : actions/checkout@v4
367
368
368
- - uses : actions/download-artifact@v3
369
+ - uses : actions/download-artifact@v4
369
370
with :
370
371
path : " gluon-gha-data/artifact-download"
371
372
@@ -413,7 +414,7 @@ jobs:
413
414
steps :
414
415
- uses : actions/checkout@v4
415
416
416
- - uses : actions/download-artifact@v3
417
+ - uses : actions/download-artifact@v4
417
418
with :
418
419
path : " gluon-gha-data/artifact-download"
419
420
0 commit comments