Skip to content

Commit

Permalink
Merge pull request #1394 from nextstrain/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
corneliusroemer authored Jan 30, 2024
2 parents b4d0363 + f2eb887 commit 927b53d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
curl -fsSL "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" -o ${HOME}/bin/jq && chmod +x ${HOME}/bin/jq
- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: ".out"
Expand All @@ -276,7 +276,7 @@ jobs:
# submodules: true
#
# - name: "Download build artifacts"
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: "out"
# path: ".out"
Expand All @@ -300,7 +300,7 @@ jobs:
submodules: true

- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: ".out"
Expand All @@ -324,7 +324,7 @@ jobs:
submodules: true

- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: ".out"
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
submodules: true

- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: ".out"
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
submodules: true

- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: ".out"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
submodules: true

- name: "Download build artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "out"
path: "packages_rs/nextclade-web/.build/production/web"
Expand Down

0 comments on commit 927b53d

Please sign in to comment.