diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-10 20:56:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 19:56:52 +0000 |
| commit | fbcc3647591ae8d6cfcec593003705a70209acea (patch) | |
| tree | 55818f25dd25fd025ce597fc44bdeada6108740d /.github | |
| parent | 53a7bcab56ab342790ae4d15f0cd73d4e7db00f8 (diff) | |
Bump actions/download-artifact from 3 to 4 (#867)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6754a56..a44d837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -628,7 +628,7 @@ jobs: - deploy steps: - name: Download books - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bookstodeploy |
