File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ jobs:
444
444
uses : actions/checkout@v4
445
445
446
446
- name : Download staged-for-merge channel file artifacts
447
- uses : actions/download-artifact@v4
447
+ uses : actions/download-artifact@v5
448
448
with :
449
449
merge-multiple : true
450
450
path : ${{ env.CHANNEL_FILES_PATH }}
@@ -513,7 +513,7 @@ jobs:
513
513
514
514
steps :
515
515
- name : Download job transfer artifact that contains ${{ matrix.artifact.name }} tester build
516
- uses : actions/download-artifact@v4
516
+ uses : actions/download-artifact@v5
517
517
with :
518
518
name : ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}${{ matrix.artifact.job-transfer-artifact-suffix }}
519
519
path : ${{ env.BUILD_ARTIFACTS_FOLDER }}
@@ -600,7 +600,7 @@ jobs:
600
600
601
601
steps :
602
602
- name : Download all job transfer artifacts
603
- uses : actions/download-artifact@v4
603
+ uses : actions/download-artifact@v5
604
604
with :
605
605
merge-multiple : true
606
606
path : ${{ env.ARTIFACTS_FOLDER }}
@@ -643,7 +643,7 @@ jobs:
643
643
644
644
steps :
645
645
- name : Download all job transfer artifacts
646
- uses : actions/download-artifact@v4
646
+ uses : actions/download-artifact@v5
647
647
with :
648
648
merge-multiple : true
649
649
path : ${{ env.ARTIFACTS_FOLDER }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Download configuration file artifacts
112
- uses : actions/download-artifact@v4
112
+ uses : actions/download-artifact@v5
113
113
with :
114
114
merge-multiple : true
115
115
pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments