diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index 2ad77f039..fb3f034aa 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -147,7 +147,7 @@ jobs: location: ${{ runner.temp }} - name: Download diff - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ needs.diff.outputs.path }} name: ${{ needs.diff.outputs.artifact }} @@ -475,7 +475,7 @@ jobs: steps: - name: Download submission check failure flag artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }} pattern: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}* diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 514f29a7d..39df4f7d9 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -108,7 +108,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 }}*