@@ -37,15 +37,15 @@ jobs:
37
37
docker pull $DOCKER_IMAGE
38
38
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
39
39
- name : Archive ubuntu Build Artifact
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
# Run for main branch only
42
42
if : github.ref == 'refs/heads/main'
43
43
with :
44
44
name : " DC.ubuntu.x64.${{ env.PACKAGE_NAME }}.static"
45
45
path : |
46
46
./build/${{ env.PACKAGE_NAME }}
47
47
- name : Archive setup files
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
# Run for main branch only
50
50
if : github.ref == 'refs/heads/main'
51
51
with :
@@ -77,15 +77,15 @@ jobs:
77
77
docker pull $DOCKER_IMAGE
78
78
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
79
79
- name : Archive amazonlinux Build Artifact
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
# Run for main branch only
82
82
if : github.ref == 'refs/heads/main'
83
83
with :
84
84
name : " DC.amazonlinux.x64.${{ env.PACKAGE_NAME }}.static"
85
85
path : |
86
86
./build/${{ env.PACKAGE_NAME }}
87
87
- name : Archive setup files
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
# Run for main branch only
90
90
if : github.ref == 'refs/heads/main'
91
91
with :
@@ -117,15 +117,15 @@ jobs:
117
117
docker pull $DOCKER_IMAGE
118
118
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
119
119
- name : Archive rhel-ubi8 Build Artifact
120
- uses : actions/upload-artifact@v3
120
+ uses : actions/upload-artifact@v4
121
121
# Run for main branch only
122
122
if : github.ref == 'refs/heads/main'
123
123
with :
124
124
name : " DC.rhel.x64.${{ env.PACKAGE_NAME }}.static"
125
125
path : |
126
126
./build/${{ env.PACKAGE_NAME }}
127
127
- name : Archive setup files
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
# Run for main branch only
130
130
if : github.ref == 'refs/heads/main'
131
131
with :
@@ -211,15 +211,15 @@ jobs:
211
211
docker pull $DOCKER_IMAGE
212
212
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=armhf_cross_mode
213
213
- name : Archive armhf32 Build Artifact
214
- uses : actions/upload-artifact@v3
214
+ uses : actions/upload-artifact@v4
215
215
# Run for main branch only
216
216
if : github.ref == 'refs/heads/main'
217
217
with :
218
218
name : " DC.linux.armhf.${{ env.PACKAGE_NAME }}.static"
219
219
path : |
220
220
./build/${{ env.PACKAGE_NAME }}
221
221
- name : Archive setup files
222
- uses : actions/upload-artifact@v3
222
+ uses : actions/upload-artifact@v4
223
223
# Run for main branch only
224
224
if : github.ref == 'refs/heads/main'
225
225
with :
@@ -251,15 +251,15 @@ jobs:
251
251
docker pull $DOCKER_IMAGE
252
252
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=mips_cross_mode
253
253
- name : Archive mips32 Build Artifact
254
- uses : actions/upload-artifact@v3
254
+ uses : actions/upload-artifact@v4
255
255
# Run for main branch only
256
256
if : github.ref == 'refs/heads/main'
257
257
with :
258
258
name : " DC.linux.mips.${{ env.PACKAGE_NAME }}.static"
259
259
path : |
260
260
./build/${{ env.PACKAGE_NAME }}
261
261
- name : Archive setup files
262
- uses : actions/upload-artifact@v3
262
+ uses : actions/upload-artifact@v4
263
263
# Run for main branch only
264
264
if : github.ref == 'refs/heads/main'
265
265
with :
@@ -291,15 +291,15 @@ jobs:
291
291
docker pull $DOCKER_IMAGE
292
292
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=aarch64_cross_mode
293
293
- name : Archive aarch64 Build Artifact
294
- uses : actions/upload-artifact@v3
294
+ uses : actions/upload-artifact@v4
295
295
# Run for main branch only
296
296
if : github.ref == 'refs/heads/main'
297
297
with :
298
298
name : " DC.linux.aarch64.${{ env.PACKAGE_NAME }}.static"
299
299
path : |
300
300
./build/${{ env.PACKAGE_NAME }}
301
301
- name : Archive setup files
302
- uses : actions/upload-artifact@v3
302
+ uses : actions/upload-artifact@v4
303
303
# Run for main branch only
304
304
if : github.ref == 'refs/heads/main'
305
305
with :
@@ -331,15 +331,15 @@ jobs:
331
331
docker pull $DOCKER_IMAGE
332
332
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=ppc64_cross_mode
333
333
- name : Archive aarch64 Build Artifact
334
- uses : actions/upload-artifact@v3
334
+ uses : actions/upload-artifact@v4
335
335
# Run for main branch only
336
336
if : github.ref == 'refs/heads/main'
337
337
with :
338
338
name : " DC.linux.ppc64.${{ env.PACKAGE_NAME }}.static"
339
339
path : |
340
340
./build/${{ env.PACKAGE_NAME }}
341
341
- name : Archive setup files
342
- uses : actions/upload-artifact@v3
342
+ uses : actions/upload-artifact@v4
343
343
# Run for main branch only
344
344
if : github.ref == 'refs/heads/main'
345
345
with :
@@ -371,15 +371,15 @@ jobs:
371
371
docker pull $DOCKER_IMAGE
372
372
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=ppc64le_cross_mode
373
373
- name : Archive aarch64 Build Artifact
374
- uses : actions/upload-artifact@v3
374
+ uses : actions/upload-artifact@v4
375
375
# Run for main branch only
376
376
if : github.ref == 'refs/heads/main'
377
377
with :
378
378
name : " DC.linux.ppc64le.${{ env.PACKAGE_NAME }}.static"
379
379
path : |
380
380
./build/${{ env.PACKAGE_NAME }}
381
381
- name : Archive setup files
382
- uses : actions/upload-artifact@v3
382
+ uses : actions/upload-artifact@v4
383
383
# Run for main branch only
384
384
if : github.ref == 'refs/heads/main'
385
385
with :
@@ -411,7 +411,7 @@ jobs:
411
411
docker pull $DOCKER_IMAGE
412
412
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_component_mode
413
413
- name : Archive ST Ubuntu aarch64 Build Artifact
414
- uses : actions/upload-artifact@v3
414
+ uses : actions/upload-artifact@v4
415
415
# Run for main branch only
416
416
if : github.ref == 'refs/heads/main'
417
417
with :
@@ -443,7 +443,7 @@ jobs:
443
443
docker pull $DOCKER_IMAGE
444
444
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_aarch64_cross_mode
445
445
- name : Archive ST Ubuntu aarch64 Build Artifact
446
- uses : actions/upload-artifact@v3
446
+ uses : actions/upload-artifact@v4
447
447
# Run for main branch only
448
448
if : github.ref == 'refs/heads/main'
449
449
with :
@@ -475,7 +475,7 @@ jobs:
475
475
docker pull $DOCKER_IMAGE
476
476
docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_armhf_cross_mode
477
477
- name : Archive st armhf32 Build Artifact
478
- uses : actions/upload-artifact@v3
478
+ uses : actions/upload-artifact@v4
479
479
# Run for main branch only
480
480
if : github.ref == 'refs/heads/main'
481
481
with :
0 commit comments