From 83f9d1837fc1e722d57c3758456fa6e3c02713bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:11:00 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 (#20401) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hive.yml | 4 ++-- .github/workflows/kurtosis-op.yml | 2 +- .github/workflows/kurtosis.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/reproducible-build.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 259b6ec160..c9f0f267da 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -187,13 +187,13 @@ jobs: fetch-depth: 0 - name: Download hive assets - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: hive_assets path: /tmp - name: Download reth image - uses: actions/download-artifact@v6 + 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 8cca9a3879..a4ad10758c 100644 --- a/.github/workflows/kurtosis-op.yml +++ b/.github/workflows/kurtosis-op.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: artifacts path: /tmp diff --git a/.github/workflows/kurtosis.yml b/.github/workflows/kurtosis.yml index 0f65ca346e..c846e1b585 100644 --- a/.github/workflows/kurtosis.yml +++ b/.github/workflows/kurtosis.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: artifacts path: /tmp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c89778dd2d..84abb32699 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Generate full changelog id: changelog run: | diff --git a/.github/workflows/reproducible-build.yml b/.github/workflows/reproducible-build.yml index e87e3534c3..5822697846 100644 --- a/.github/workflows/reproducible-build.yml +++ b/.github/workflows/reproducible-build.yml @@ -55,12 +55,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts from machine-1 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: checksum-machine-1 path: machine-1/ - name: Download artifacts from machine-2 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: checksum-machine-2 path: machine-2/