From 79a9272e7bab2799f05b3ce39cac241e1bf4640a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:52:45 +0000 Subject: [PATCH] ci(deps): bump the actions-all group with 2 updates Bumps the actions-all group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) Updates `actions/download-artifact` from 5 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 47fd6f0..4406368 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -181,7 +181,7 @@ jobs: touch "/tmp/digests/${digest#sha256:}" - name: Upload digest artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.service }}-${{ matrix.arch }} path: /tmp/digests/* @@ -201,7 +201,7 @@ jobs: service: [backend, frontend] steps: - name: Download digests for ${{ matrix.service }} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: # Wildcard merges artifacts from every (service, arch) leg. pattern: digests-${{ matrix.service }}-*