From 9d7f0488ddfeda6b007d918070315ea4ce0994f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:12:47 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/playground.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 8ad091e..a4a631a 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -57,7 +57,7 @@ jobs: needs: [playground-job] steps: - name: Download binaries built by go-releaser from previous job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: go-releaser-binaries path: app2/ # this path will contain app1 and app2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18890e7..5f6c49f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: fetch-depth: 0 - name: Download binaries built by go-releaser from previous job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: go-releaser-binaries path: app/ # must specify path (e.g. same as during upload), or files end up on root (?) @@ -198,7 +198,7 @@ jobs: needs: [docker-push] steps: - name: Download image digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: # see comment in upload-artifact@v4, we need to merge by pattern due to the platform specific names pattern: digests-*