Skip to content

Commit 1ddaac2

Browse files
authored
build(deps): bump actions/download-artifact from 5 to 6 (#5203)
2 parents 12325a7 + c572ff5 commit 1ddaac2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,19 +162,19 @@ jobs:
162162

163163
steps:
164164
- name: Download assets
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: assets
168168
path: assets-dist
169169

170170
- name: Download binary x86_64
171-
uses: actions/download-artifact@v5
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: binary-x86_64-unknown-linux-gnu
174174
path: binary-x86_64
175175

176176
- name: Download binary aarch64
177-
uses: actions/download-artifact@v5
177+
uses: actions/download-artifact@v6
178178
with:
179179
name: binary-aarch64-unknown-linux-gnu
180180
path: binary-aarch64
@@ -320,7 +320,7 @@ jobs:
320320
- build-image
321321
steps:
322322
- name: Download the artifacts from the previous job
323-
uses: actions/download-artifact@v5
323+
uses: actions/download-artifact@v6
324324
with:
325325
pattern: mas-cli-*
326326
path: artifacts
@@ -382,7 +382,7 @@ jobs:
382382
.github/scripts
383383
384384
- name: Download the artifacts from the previous job
385-
uses: actions/download-artifact@v5
385+
uses: actions/download-artifact@v6
386386
with:
387387
pattern: mas-cli-*
388388
path: artifacts

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
- uses: ./.github/actions/build-policies
306306

307307
- name: Download archive
308-
uses: actions/download-artifact@v5
308+
uses: actions/download-artifact@v6
309309
with:
310310
name: nextest-archive
311311

0 commit comments

Comments
 (0)