Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down