From 9be531039414ffdff394af63f2c7bd4c05f76980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:20:03 +0200 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 (#9770) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backend_build.yml | 2 +- .github/workflows/image_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend_build.yml b/.github/workflows/backend_build.yml index cc7a8eaa6..7327287ce 100644 --- a/.github/workflows/backend_build.yml +++ b/.github/workflows/backend_build.yml @@ -237,7 +237,7 @@ jobs: # platform-tag (single-arch entries) keeps the artifact name non-trailing. - name: Upload digest artifact if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests${{ inputs.tag-suffix }}--${{ inputs.platform-tag || 'single' }} path: /tmp/digests/* diff --git a/.github/workflows/image_build.yml b/.github/workflows/image_build.yml index 843d7b2d6..18a18f525 100644 --- a/.github/workflows/image_build.yml +++ b/.github/workflows/image_build.yml @@ -187,7 +187,7 @@ jobs: - name: Upload digest artifact if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-localai${{ inputs.tag-suffix == '' && '-core' || inputs.tag-suffix }}-${{ inputs.platform-tag }} path: /tmp/digests/*