Skip to content

Commit 6a79d80

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#17817)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e741fac commit 6a79d80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/hive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ jobs:
156156
fetch-depth: 0
157157

158158
- name: Download hive assets
159-
uses: actions/download-artifact@v4
159+
uses: actions/download-artifact@v5
160160
with:
161161
name: hive_assets
162162
path: /tmp
163163

164164
- name: Download reth image
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: artifacts
168168
path: /tmp

.github/workflows/kurtosis-op.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Download reth image
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v5
4646
with:
4747
name: artifacts
4848
path: /tmp

.github/workflows/kurtosis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Download reth image
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v5
4444
with:
4545
name: artifacts
4646
path: /tmp

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
fetch-depth: 0
172172
- name: Download artifacts
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v5
174174
- name: Generate full changelog
175175
id: changelog
176176
run: |

0 commit comments

Comments
 (0)