From 74498bb76c51ce6cf2a61384f5fa58341d4189ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:13:41 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 12658c0..bb663ff 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@v4 + uses: actions/download-artifact@v7 with: name: nextjs-build path: out/ @@ -129,7 +129,7 @@ jobs: - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: nextjs-build path: out/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3d8f7e..4f1a14a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts/