@@ -37,15 +37,15 @@ jobs:
3737 docker pull $DOCKER_IMAGE
3838 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
3939 - name : Archive ubuntu Build Artifact
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 # Run for main branch only
4242 if : github.ref == 'refs/heads/main'
4343 with :
4444 name : " DC.ubuntu.x64.${{ env.PACKAGE_NAME }}.static"
4545 path : |
4646 ./build/${{ env.PACKAGE_NAME }}
4747 - name : Archive setup files
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 # Run for main branch only
5050 if : github.ref == 'refs/heads/main'
5151 with :
@@ -77,15 +77,15 @@ jobs:
7777 docker pull $DOCKER_IMAGE
7878 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
7979 - name : Archive amazonlinux Build Artifact
80- uses : actions/upload-artifact@v3
80+ uses : actions/upload-artifact@v4
8181 # Run for main branch only
8282 if : github.ref == 'refs/heads/main'
8383 with :
8484 name : " DC.amazonlinux.x64.${{ env.PACKAGE_NAME }}.static"
8585 path : |
8686 ./build/${{ env.PACKAGE_NAME }}
8787 - name : Archive setup files
88- uses : actions/upload-artifact@v3
88+ uses : actions/upload-artifact@v4
8989 # Run for main branch only
9090 if : github.ref == 'refs/heads/main'
9191 with :
@@ -117,15 +117,15 @@ jobs:
117117 docker pull $DOCKER_IMAGE
118118 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE
119119 - name : Archive rhel-ubi8 Build Artifact
120- uses : actions/upload-artifact@v3
120+ uses : actions/upload-artifact@v4
121121 # Run for main branch only
122122 if : github.ref == 'refs/heads/main'
123123 with :
124124 name : " DC.rhel.x64.${{ env.PACKAGE_NAME }}.static"
125125 path : |
126126 ./build/${{ env.PACKAGE_NAME }}
127127 - name : Archive setup files
128- uses : actions/upload-artifact@v3
128+ uses : actions/upload-artifact@v4
129129 # Run for main branch only
130130 if : github.ref == 'refs/heads/main'
131131 with :
@@ -211,15 +211,15 @@ jobs:
211211 docker pull $DOCKER_IMAGE
212212 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=armhf_cross_mode
213213 - name : Archive armhf32 Build Artifact
214- uses : actions/upload-artifact@v3
214+ uses : actions/upload-artifact@v4
215215 # Run for main branch only
216216 if : github.ref == 'refs/heads/main'
217217 with :
218218 name : " DC.linux.armhf.${{ env.PACKAGE_NAME }}.static"
219219 path : |
220220 ./build/${{ env.PACKAGE_NAME }}
221221 - name : Archive setup files
222- uses : actions/upload-artifact@v3
222+ uses : actions/upload-artifact@v4
223223 # Run for main branch only
224224 if : github.ref == 'refs/heads/main'
225225 with :
@@ -251,15 +251,15 @@ jobs:
251251 docker pull $DOCKER_IMAGE
252252 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=mips_cross_mode
253253 - name : Archive mips32 Build Artifact
254- uses : actions/upload-artifact@v3
254+ uses : actions/upload-artifact@v4
255255 # Run for main branch only
256256 if : github.ref == 'refs/heads/main'
257257 with :
258258 name : " DC.linux.mips.${{ env.PACKAGE_NAME }}.static"
259259 path : |
260260 ./build/${{ env.PACKAGE_NAME }}
261261 - name : Archive setup files
262- uses : actions/upload-artifact@v3
262+ uses : actions/upload-artifact@v4
263263 # Run for main branch only
264264 if : github.ref == 'refs/heads/main'
265265 with :
@@ -291,15 +291,15 @@ jobs:
291291 docker pull $DOCKER_IMAGE
292292 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=aarch64_cross_mode
293293 - name : Archive aarch64 Build Artifact
294- uses : actions/upload-artifact@v3
294+ uses : actions/upload-artifact@v4
295295 # Run for main branch only
296296 if : github.ref == 'refs/heads/main'
297297 with :
298298 name : " DC.linux.aarch64.${{ env.PACKAGE_NAME }}.static"
299299 path : |
300300 ./build/${{ env.PACKAGE_NAME }}
301301 - name : Archive setup files
302- uses : actions/upload-artifact@v3
302+ uses : actions/upload-artifact@v4
303303 # Run for main branch only
304304 if : github.ref == 'refs/heads/main'
305305 with :
@@ -331,15 +331,15 @@ jobs:
331331 docker pull $DOCKER_IMAGE
332332 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=ppc64_cross_mode
333333 - name : Archive aarch64 Build Artifact
334- uses : actions/upload-artifact@v3
334+ uses : actions/upload-artifact@v4
335335 # Run for main branch only
336336 if : github.ref == 'refs/heads/main'
337337 with :
338338 name : " DC.linux.ppc64.${{ env.PACKAGE_NAME }}.static"
339339 path : |
340340 ./build/${{ env.PACKAGE_NAME }}
341341 - name : Archive setup files
342- uses : actions/upload-artifact@v3
342+ uses : actions/upload-artifact@v4
343343 # Run for main branch only
344344 if : github.ref == 'refs/heads/main'
345345 with :
@@ -371,15 +371,15 @@ jobs:
371371 docker pull $DOCKER_IMAGE
372372 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=ppc64le_cross_mode
373373 - name : Archive aarch64 Build Artifact
374- uses : actions/upload-artifact@v3
374+ uses : actions/upload-artifact@v4
375375 # Run for main branch only
376376 if : github.ref == 'refs/heads/main'
377377 with :
378378 name : " DC.linux.ppc64le.${{ env.PACKAGE_NAME }}.static"
379379 path : |
380380 ./build/${{ env.PACKAGE_NAME }}
381381 - name : Archive setup files
382- uses : actions/upload-artifact@v3
382+ uses : actions/upload-artifact@v4
383383 # Run for main branch only
384384 if : github.ref == 'refs/heads/main'
385385 with :
@@ -411,7 +411,7 @@ jobs:
411411 docker pull $DOCKER_IMAGE
412412 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_component_mode
413413 - name : Archive ST Ubuntu aarch64 Build Artifact
414- uses : actions/upload-artifact@v3
414+ uses : actions/upload-artifact@v4
415415 # Run for main branch only
416416 if : github.ref == 'refs/heads/main'
417417 with :
@@ -443,7 +443,7 @@ jobs:
443443 docker pull $DOCKER_IMAGE
444444 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_aarch64_cross_mode
445445 - name : Archive ST Ubuntu aarch64 Build Artifact
446- uses : actions/upload-artifact@v3
446+ uses : actions/upload-artifact@v4
447447 # Run for main branch only
448448 if : github.ref == 'refs/heads/main'
449449 with :
@@ -475,7 +475,7 @@ jobs:
475475 docker pull $DOCKER_IMAGE
476476 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} --env GITHUB_REF $DOCKER_IMAGE --compile-mode=st_armhf_cross_mode
477477 - name : Archive st armhf32 Build Artifact
478- uses : actions/upload-artifact@v3
478+ uses : actions/upload-artifact@v4
479479 # Run for main branch only
480480 if : github.ref == 'refs/heads/main'
481481 with :
0 commit comments