Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 24b4ea8 commit f2eb887
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 f2eb887

Please sign in to comment.