From 30ff89c13734d761098e6fa836e8784661a3cdd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:36:04 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/hive.yml | 4 ++-- .github/workflows/kurtosis-op.yml | 2 +- .github/workflows/kurtosis.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 584a3ec9a..b77a4356a 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -156,13 +156,13 @@ jobs: fetch-depth: 0 - name: Download hive assets - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: hive_assets path: /tmp - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: artifacts path: /tmp diff --git a/.github/workflows/kurtosis-op.yml b/.github/workflows/kurtosis-op.yml index 0ccc0f55b..4161b716d 100644 --- a/.github/workflows/kurtosis-op.yml +++ b/.github/workflows/kurtosis-op.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: artifacts path: /tmp diff --git a/.github/workflows/kurtosis.yml b/.github/workflows/kurtosis.yml index 9aa30ae1c..e6f09f316 100644 --- a/.github/workflows/kurtosis.yml +++ b/.github/workflows/kurtosis.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: artifacts path: /tmp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bd76a95c..058119e80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 - name: Generate full changelog id: changelog run: |