From 1ede408657d5e403234088f8b83d1e1472b9fba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:10:22 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/hive.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/sync.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 05d2e42..b864b39 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -149,13 +149,13 @@ jobs: - uses: actions/checkout@v5 - name: Download hive assets - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: hive_assets path: /tmp - name: Download bera-reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: artifacts path: /tmp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9095294..9de4b3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: bera-reth-* merge-multiple: true diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 552b369..7a6240a 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download bera-reth binary - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bera-reth-binary path: target/maxperf/