From 383fa192f65b7b4e8202a1630b69e6c6ff58ba21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:37:18 +0000 Subject: [PATCH] ci(deps): 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/deploy.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64a538f..19d06cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nextjs-build path: out/ @@ -129,7 +129,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nextjs-build path: out/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93181d3..a8c61c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts/