From 002ec24dd86e42bee05310d9eed7afb6292baa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:07:59 +0800 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 (#6907) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - vLLM version: v0.16.0 - vLLM main: https://github.com/vllm-project/vllm/commit/15d76f74e2fdb12a95ea00f0ca283acf6219a2b7 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_schedule_image_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_schedule_image_build.yaml b/.github/workflows/_schedule_image_build.yaml index cfa6517a..1b4d426e 100644 --- a/.github/workflows/_schedule_image_build.yaml +++ b/.github/workflows/_schedule_image_build.yaml @@ -115,14 +115,14 @@ jobs: uses: actions/checkout@v6 - name: Download arm64 digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-${{ inputs.suffix }}-arm64 merge-multiple: true - name: Download amd64 digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-${{ inputs.suffix }}-amd64