From 799b41a9f4634288d15419272c606234a497850d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 08:54:06 +0800 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 (#5465) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/5326c89803566a131c928f7fdd2100b75c981a42 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_pr_image_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_pr_image_build.yaml b/.github/workflows/_pr_image_build.yaml index 89f551a4..f154877d 100644 --- a/.github/workflows/_pr_image_build.yaml +++ b/.github/workflows/_pr_image_build.yaml @@ -103,14 +103,14 @@ jobs: uses: actions/checkout@v6 - name: Download arm64 digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-${{ inputs.suffix }}-arm64 merge-multiple: true - name: Download amd64 digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-${{ inputs.suffix }}-amd64