From 4f082fdb2e87fcaaac7f9a6058feb49bc7352b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:29:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 in the actions group Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6a6d19..21be12e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: needs: [build-circuit-py-bundles] steps: - name: Download bundles - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bundles - name: Upload Release Assets @@ -120,7 +120,7 @@ jobs: id-token: write steps: - name: Download distributions - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist