Skip to content

Commit 0da38b9

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

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
@@ -189,13 +189,13 @@ jobs:
189189
fetch-depth: 0
190190

191191
- name: Download hive assets
192-
uses: actions/download-artifact@v5
192+
uses: actions/download-artifact@v6
193193
with:
194194
name: hive_assets
195195
path: /tmp
196196

197197
- name: Download reth image
198-
uses: actions/download-artifact@v5
198+
uses: actions/download-artifact@v6
199199
with:
200200
name: artifacts
201201
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@v5
45+
uses: actions/download-artifact@v6
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@v5
43+
uses: actions/download-artifact@v6
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
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
fetch-depth: 0
198198
- name: Download artifacts
199-
uses: actions/download-artifact@v5
199+
uses: actions/download-artifact@v6
200200
- name: Generate full changelog
201201
id: changelog
202202
run: |

0 commit comments

Comments
 (0)