@@ -502,7 +502,7 @@ jobs:
502502 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
503503 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
504504 - name : Download previously uploaded .m2 content
505- uses : actions/download-artifact@v4
505+ uses : actions/download-artifact@v5
506506 with :
507507 name : m2-content
508508 path : .
@@ -638,7 +638,7 @@ jobs:
638638 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
639639 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
640640 - name : Download previously uploaded .m2 content
641- uses : actions/download-artifact@v4
641+ uses : actions/download-artifact@v5
642642 with :
643643 name : m2-content
644644 path : .
@@ -745,7 +745,7 @@ jobs:
745745 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
746746 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
747747 - name : Download previously uploaded .m2 content
748- uses : actions/download-artifact@v4
748+ uses : actions/download-artifact@v5
749749 with :
750750 name : m2-content
751751 path : .
@@ -844,7 +844,7 @@ jobs:
844844 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
845845 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
846846 - name : Download previously uploaded .m2 content
847- uses : actions/download-artifact@v4
847+ uses : actions/download-artifact@v5
848848 with :
849849 name : m2-content
850850 path : .
@@ -947,7 +947,7 @@ jobs:
947947 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
948948 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
949949 - name : Download previously uploaded .m2 content
950- uses : actions/download-artifact@v4
950+ uses : actions/download-artifact@v5
951951 with :
952952 name : m2-content
953953 path : .
@@ -1035,7 +1035,7 @@ jobs:
10351035 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
10361036 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
10371037 - name : Download previously uploaded .m2 content
1038- uses : actions/download-artifact@v4
1038+ uses : actions/download-artifact@v5
10391039 with :
10401040 name : m2-content
10411041 path : .
@@ -1133,7 +1133,7 @@ jobs:
11331133 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
11341134 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
11351135 - name : Download previously uploaded .m2 content
1136- uses : actions/download-artifact@v4
1136+ uses : actions/download-artifact@v5
11371137 with :
11381138 name : m2-content
11391139 path : .
@@ -1226,7 +1226,7 @@ jobs:
12261226 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
12271227 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
12281228 - name : Download previously uploaded .m2 content
1229- uses : actions/download-artifact@v4
1229+ uses : actions/download-artifact@v5
12301230 with :
12311231 name : m2-content
12321232 path : .
@@ -1314,7 +1314,7 @@ jobs:
13141314 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
13151315 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
13161316 - name : Download previously uploaded .m2 content
1317- uses : actions/download-artifact@v4
1317+ uses : actions/download-artifact@v5
13181318 with :
13191319 name : m2-content
13201320 path : .
@@ -1432,7 +1432,7 @@ jobs:
14321432 ${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
14331433 ${{ needs.configure.outputs.m2-monthly-cache-key }}-
14341434 - name : Download previously uploaded .m2 content
1435- uses : actions/download-artifact@v4
1435+ uses : actions/download-artifact@v5
14361436 with :
14371437 name : m2-content
14381438 path : .
@@ -1514,7 +1514,7 @@ jobs:
15141514 runs-on : ubuntu-latest
15151515 steps :
15161516 - uses : runs-on/action@v2
1517- - uses : actions/download-artifact@v4
1517+ - uses : actions/download-artifact@v5
15181518 with :
15191519 pattern : build-stats-*
15201520 path : .
@@ -1573,7 +1573,7 @@ jobs:
15731573 if : always()
15741574 steps :
15751575 - uses : runs-on/action@v2
1576- - uses : actions/download-artifact@v4
1576+ - uses : actions/download-artifact@v5
15771577 with :
15781578 path : build-reports-artifacts
15791579 - name : Set up JDK 21
0 commit comments