From 447ebbc7f1e69d4d938632c1ae9cf85cac96f469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:26:58 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/claude-plan-to-issues.yml | 2 +- .github/workflows/dev-to-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-plan-to-issues.yml b/.github/workflows/claude-plan-to-issues.yml index c50e7a4..c76a13a 100644 --- a/.github/workflows/claude-plan-to-issues.yml +++ b/.github/workflows/claude-plan-to-issues.yml @@ -251,7 +251,7 @@ jobs: uses: actions/checkout@v6 - name: Download validated plan - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: validated-plan diff --git a/.github/workflows/dev-to-main.yml b/.github/workflows/dev-to-main.yml index acfb221..7f07bf5 100644 --- a/.github/workflows/dev-to-main.yml +++ b/.github/workflows/dev-to-main.yml @@ -171,7 +171,7 @@ jobs: pnpm-version: '9' - name: Download production build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: production-build