mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d758f981a1
commit
300ad99b74
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -185,7 +185,7 @@ jobs:
|
|||
|
||||
- name: Download built QEMU
|
||||
if: contains(matrix.input.platform, 'esp32')
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: qemu
|
||||
|
||||
|
|
@ -329,7 +329,7 @@ jobs:
|
|||
run: cargo xtask book
|
||||
|
||||
- name: Download built API docs
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: apidocs
|
||||
|
||||
|
|
@ -529,7 +529,7 @@ jobs:
|
|||
run: rm -f .cargo/config
|
||||
|
||||
- name: Download built dev-ver book and API docs
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: book
|
||||
|
||||
|
|
@ -538,7 +538,7 @@ jobs:
|
|||
tar -xf book.tar
|
||||
|
||||
- name: Download built old versions of books and API docs
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: mdbookold
|
||||
|
||||
|
|
@ -623,7 +623,7 @@ jobs:
|
|||
- deploy
|
||||
steps:
|
||||
- name: Download books
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
name: bookstodeploy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue