@@ -333,12 +333,12 @@ jobs:
333333 sudo apt autoremove -yq
334334 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
335335 - name : Download build deps
336- uses : actions/download-artifact@v3
336+ uses : actions/download-artifact@v4
337337 with :
338338 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
339339 path : ./build-deps
340340 - name : Download build status
341- uses : actions/download-artifact@v3
341+ uses : actions/download-artifact@v4
342342 with :
343343 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
344344 path : ./build-status
@@ -414,12 +414,12 @@ jobs:
414414 sudo apt autoremove -yq
415415 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
416416 - name : Download build deps
417- uses : actions/download-artifact@v3
417+ uses : actions/download-artifact@v4
418418 with :
419419 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
420420 path : ./build-deps
421421 - name : Download build status
422- uses : actions/download-artifact@v3
422+ uses : actions/download-artifact@v4
423423 with :
424424 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
425425 path : ./build-status
@@ -495,12 +495,12 @@ jobs:
495495 sudo apt autoremove -yq
496496 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
497497 - name : Download build deps
498- uses : actions/download-artifact@v3
498+ uses : actions/download-artifact@v4
499499 with :
500500 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
501501 path : ./build-deps
502502 - name : Download build status
503- uses : actions/download-artifact@v3
503+ uses : actions/download-artifact@v4
504504 with :
505505 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
506506 path : ./build-status
@@ -576,12 +576,12 @@ jobs:
576576 sudo apt autoremove -yq
577577 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
578578 - name : Download build deps
579- uses : actions/download-artifact@v3
579+ uses : actions/download-artifact@v4
580580 with :
581581 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
582582 path : ./build-deps
583583 - name : Download build status
584- uses : actions/download-artifact@v3
584+ uses : actions/download-artifact@v4
585585 with :
586586 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
587587 path : ./build-status
@@ -657,12 +657,12 @@ jobs:
657657 sudo apt autoremove -yq
658658 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
659659 - name : Download build deps
660- uses : actions/download-artifact@v3
660+ uses : actions/download-artifact@v4
661661 with :
662662 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
663663 path : ./build-deps
664664 - name : Download build status
665- uses : actions/download-artifact@v3
665+ uses : actions/download-artifact@v4
666666 with :
667667 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
668668 path : ./build-status
@@ -738,12 +738,12 @@ jobs:
738738 sudo apt autoremove -yq
739739 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
740740 - name : Download build deps
741- uses : actions/download-artifact@v3
741+ uses : actions/download-artifact@v4
742742 with :
743743 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
744744 path : ./build-deps
745745 - name : Download build status
746- uses : actions/download-artifact@v3
746+ uses : actions/download-artifact@v4
747747 with :
748748 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
749749 path : ./build-status
@@ -819,12 +819,12 @@ jobs:
819819 sudo apt autoremove -yq
820820 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
821821 - name : Download build deps
822- uses : actions/download-artifact@v3
822+ uses : actions/download-artifact@v4
823823 with :
824824 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
825825 path : ./build-deps
826826 - name : Download build status
827- uses : actions/download-artifact@v3
827+ uses : actions/download-artifact@v4
828828 with :
829829 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
830830 path : ./build-status
@@ -900,12 +900,12 @@ jobs:
900900 sudo apt autoremove -yq
901901 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
902902 - name : Download build deps
903- uses : actions/download-artifact@v3
903+ uses : actions/download-artifact@v4
904904 with :
905905 name : build-deps-${{ matrix.target_arch }}-${{ github.sha }}
906906 path : ./build-deps
907907 - name : Download build status
908- uses : actions/download-artifact@v3
908+ uses : actions/download-artifact@v4
909909 with :
910910 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
911911 path : ./build-status
@@ -980,7 +980,7 @@ jobs:
980980 sudo apt autoremove -yq
981981 sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
982982 - name : Download build status
983- uses : actions/download-artifact@v3
983+ uses : actions/download-artifact@v4
984984 with :
985985 name : build-status-${{ matrix.target_arch }}-${{ github.sha }}
986986 path : ./build-status
0 commit comments