Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 53a7bca commit 8f6787c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
run: cargo xtask book

- name: Download built API docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apidocs

Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
run: rm -f .cargo/config

- name: Download built dev-ver book and API docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: book

Expand All @@ -543,7 +543,7 @@ jobs:
tar -xf book.tar
- name: Download built old versions of books and API docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mdbookold

Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
- deploy
steps:
- name: Download books
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bookstodeploy

Expand Down

0 comments on commit 8f6787c

Please sign in to comment.