diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d8fb2557..26679ab84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -444,7 +444,7 @@ jobs: uses: actions/checkout@v4 - name: Download staged-for-merge channel file artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true path: ${{ env.CHANNEL_FILES_PATH }} @@ -513,7 +513,7 @@ jobs: steps: - name: Download job transfer artifact that contains ${{ matrix.artifact.name }} tester build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}${{ matrix.artifact.job-transfer-artifact-suffix }} path: ${{ env.BUILD_ARTIFACTS_FOLDER }} @@ -600,7 +600,7 @@ jobs: steps: - name: Download all job transfer artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true path: ${{ env.ARTIFACTS_FOLDER }} @@ -643,7 +643,7 @@ jobs: steps: - name: Download all job transfer artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true path: ${{ env.ARTIFACTS_FOLDER }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 22fa0d0e9..a5f75128e 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v4 - name: Download configuration file artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*