From fae75593c80ab5b7c6ba3031b327d5a24d329106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:49:21 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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] --- .github/workflows/ecr-build-and-push.yml | 2 +- .github/workflows/ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecr-build-and-push.yml b/.github/workflows/ecr-build-and-push.yml index 47eb593..38c4245 100644 --- a/.github/workflows/ecr-build-and-push.yml +++ b/.github/workflows/ecr-build-and-push.yml @@ -135,7 +135,7 @@ jobs: mkdir -p /tmp/digests touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ecr-digests-${{ matrix.platform-pair }} path: /tmp/digests/* diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 07a3628..d153f69 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -67,7 +67,7 @@ jobs: mkdir -p /tmp/digests touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ghcr-digests-${{ matrix.platform-pair }} path: /tmp/digests/*