From e4d1b3bc6d7137f014e5a9c5efb06d86afb5638a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:01:43 +0000 Subject: [PATCH] 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/ci.yml | 10 +++++----- .github/workflows/release-branches.yml | 6 +++--- .github/workflows/release-prs.yml | 6 +++--- .github/workflows/release-tags.yml | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c4214f9a..0a3c7033b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore Github cache artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Move & set executable @@ -179,7 +179,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore Github cache artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Move & set executable @@ -302,7 +302,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore Github cache artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-linux - name: Move & set executable @@ -419,7 +419,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore Github cache artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-darwin - name: Move & set executable @@ -514,7 +514,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore Github cache artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Move & set executable diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 54c593010..e0a56e64a 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -34,15 +34,15 @@ jobs: run: mkdir -p ./artifacts - name: Fetch x86_64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Fetch aarch64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-linux - name: Fetch aarch64-darwin binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-darwin - name: Move binaries into upload staging dir diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 0bc63aa9f..ce48e1caa 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -69,15 +69,15 @@ jobs: run: mkdir -p ./artifacts - name: Fetch x86_64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Fetch aarch64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-linux - name: Fetch aarch64-darwin binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-darwin - name: Move binaries into upload staging dir diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 9c946dfc1..79e2041d5 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -31,15 +31,15 @@ jobs: run: mkdir -p ./artifacts - name: Fetch x86_64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-x86_64-linux - name: Fetch aarch64-linux binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-linux - name: Fetch aarch64-darwin binary artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: nix-installer-aarch64-darwin - name: Move binaries into upload staging dir