mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +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
|
- name: Download built QEMU
|
||||||
if: contains(matrix.input.platform, 'esp32')
|
if: contains(matrix.input.platform, 'esp32')
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: qemu
|
name: qemu
|
||||||
|
|
||||||
|
|
@ -329,7 +329,7 @@ jobs:
|
||||||
run: cargo xtask book
|
run: cargo xtask book
|
||||||
|
|
||||||
- name: Download built API docs
|
- name: Download built API docs
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: apidocs
|
name: apidocs
|
||||||
|
|
||||||
|
|
@ -529,7 +529,7 @@ jobs:
|
||||||
run: rm -f .cargo/config
|
run: rm -f .cargo/config
|
||||||
|
|
||||||
- name: Download built dev-ver book and API docs
|
- name: Download built dev-ver book and API docs
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: book
|
name: book
|
||||||
|
|
||||||
|
|
@ -538,7 +538,7 @@ jobs:
|
||||||
tar -xf book.tar
|
tar -xf book.tar
|
||||||
|
|
||||||
- name: Download built old versions of books and API docs
|
- name: Download built old versions of books and API docs
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: mdbookold
|
name: mdbookold
|
||||||
|
|
||||||
|
|
@ -623,7 +623,7 @@ jobs:
|
||||||
- deploy
|
- deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Download books
|
- name: Download books
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: bookstodeploy
|
name: bookstodeploy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue