Skip to content

Commit a25d4b3

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 75c7dd9 commit a25d4b3

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
@@ -318,7 +318,7 @@ jobs:
318318
curl -sSL "https://github.com/shenwei356/seqkit/releases/download/v2.5.0/seqkit_linux_amd64.tar.gz" | tar -C "${HOME}/bin" -xz "seqkit"
319319
320320
- name: "Download build artifacts"
321-
uses: actions/download-artifact@v6
321+
uses: actions/download-artifact@v7
322322
with:
323323
pattern: out-*
324324
merge-multiple: true
@@ -348,7 +348,7 @@ jobs:
348348
# submodules: true
349349
#
350350
# - name: "Download build artifacts"
351-
# uses: actions/download-artifact@v6
351+
# uses: actions/download-artifact@v7
352352
# with:
353353
# name: "out"
354354
# path: ".out"
@@ -375,7 +375,7 @@ jobs:
375375
submodules: true
376376

377377
- name: "Download build artifacts"
378-
uses: actions/download-artifact@v6
378+
uses: actions/download-artifact@v7
379379
with:
380380
pattern: out-*
381381
merge-multiple: true
@@ -400,7 +400,7 @@ jobs:
400400
submodules: true
401401

402402
- name: "Download build artifacts"
403-
uses: actions/download-artifact@v6
403+
uses: actions/download-artifact@v7
404404
with:
405405
pattern: out-*
406406
merge-multiple: true
@@ -429,7 +429,7 @@ jobs:
429429
submodules: true
430430

431431
- name: "Download build artifacts"
432-
uses: actions/download-artifact@v6
432+
uses: actions/download-artifact@v7
433433
with:
434434
pattern: out-*
435435
merge-multiple: true
@@ -466,7 +466,7 @@ jobs:
466466
submodules: true
467467

468468
- name: "Download build artifacts"
469-
uses: actions/download-artifact@v6
469+
uses: actions/download-artifact@v7
470470
with:
471471
pattern: out-*
472472
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)