chore(deps): bump actions/download-artifact from 5 to 6 (#19336)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-28 10:23:53 +01:00
committed by GitHub
parent e547c027f3
commit 0da38b9732
4 changed files with 5 additions and 5 deletions

View File

@@ -189,13 +189,13 @@ jobs:
fetch-depth: 0
- name: Download hive assets
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: hive_assets
path: /tmp
- name: Download reth image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: artifacts
path: /tmp

View File

@@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- name: Download reth image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: artifacts
path: /tmp

View File

@@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- name: Download reth image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: artifacts
path: /tmp

View File

@@ -196,7 +196,7 @@ jobs:
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
- name: Generate full changelog
id: changelog
run: |