Skip to content

Commit b9ef74d

Browse files
chore(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdebce8 commit b9ef74d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cli.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
curl -sSL "https://github.com/shenwei356/seqkit/releases/download/v2.5.0/seqkit_linux_amd64.tar.gz" | tar -C "${HOME}/bin" -xz "seqkit"
282282
283283
- name: "Download build artifacts"
284-
uses: actions/download-artifact@v6
284+
uses: actions/download-artifact@v7
285285
with:
286286
pattern: out-*
287287
merge-multiple: true
@@ -311,7 +311,7 @@ jobs:
311311
# submodules: true
312312
#
313313
# - name: "Download build artifacts"
314-
# uses: actions/download-artifact@v6
314+
# uses: actions/download-artifact@v7
315315
# with:
316316
# name: "out"
317317
# path: ".out"
@@ -341,7 +341,7 @@ jobs:
341341
uses: ./.github/actions/free-disk-space
342342

343343
- name: "Download build artifacts"
344-
uses: actions/download-artifact@v6
344+
uses: actions/download-artifact@v7
345345
with:
346346
pattern: out-*
347347
merge-multiple: true
@@ -369,7 +369,7 @@ jobs:
369369
uses: ./.github/actions/free-disk-space
370370

371371
- name: "Download build artifacts"
372-
uses: actions/download-artifact@v6
372+
uses: actions/download-artifact@v7
373373
with:
374374
pattern: out-*
375375
merge-multiple: true
@@ -398,7 +398,7 @@ jobs:
398398
submodules: true
399399

400400
- name: "Download build artifacts"
401-
uses: actions/download-artifact@v6
401+
uses: actions/download-artifact@v7
402402
with:
403403
pattern: out-*
404404
merge-multiple: true
@@ -435,7 +435,7 @@ jobs:
435435
submodules: true
436436

437437
- name: "Download build artifacts"
438-
uses: actions/download-artifact@v6
438+
uses: actions/download-artifact@v7
439439
with:
440440
pattern: out-*
441441
merge-multiple: true

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
submodules: true
236236

237237
- name: "Download build artifacts"
238-
uses: actions/download-artifact@v6
238+
uses: actions/download-artifact@v7
239239
with:
240240
name: "out"
241241
path: "packages/nextclade-web/.build/production/web"
@@ -288,7 +288,7 @@ jobs:
288288
fetch-depth: 1
289289
submodules: true
290290

291-
- uses: actions/download-artifact@v6
291+
- uses: actions/download-artifact@v7
292292
with:
293293
name: out
294294
path: out

0 commit comments

Comments
 (0)