File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
uses: actions/checkout@v4
451451

452452
- name: Download staged-for-merge channel files artifact
453-
uses: actions/download-artifact@v3
453+
uses: actions/download-artifact@v4
454454
with:
455455
name: ${{ env.STAGED_CHANNEL_FILES_ARTIFACT }}
456456
path: ${{ env.CHANNEL_FILES_PATH }}
@@ -509,7 +509,7 @@ jobs:
509509

510510
steps:
511511
- name: Download job transfer artifact
512-
uses: actions/download-artifact@v3
512+
uses: actions/download-artifact@v4
513513
with:
514514
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
515515
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -586,7 +586,7 @@ jobs:
586586
runs-on: ubuntu-latest
587587
steps:
588588
- name: Download [ Actions]
589-
uses: actions/download-artifact@v3
589+
uses: actions/download-artifact@v4
590590
with:
591591
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
592592
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -618,7 +618,7 @@ jobs:
618618
runs-on: ubuntu-latest
619619
steps:
620620
- name: Download [ Actions]
621-
uses: actions/download-artifact@v3
621+
uses: actions/download-artifact@v4
622622
with:
623623
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
624624
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)