mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51d00bffb5
commit
bbc37ca3fe
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -187,7 +187,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@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: qemu
|
name: qemu
|
||||||
|
|
||||||
|
|
@ -331,7 +331,7 @@ jobs:
|
||||||
run: cargo xtask book
|
run: cargo xtask book
|
||||||
|
|
||||||
- name: Download built API docs
|
- name: Download built API docs
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: apidocs
|
name: apidocs
|
||||||
|
|
||||||
|
|
@ -531,7 +531,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@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: book
|
name: book
|
||||||
|
|
||||||
|
|
@ -540,7 +540,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@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: mdbookold
|
name: mdbookold
|
||||||
|
|
||||||
|
|
@ -625,7 +625,7 @@ jobs:
|
||||||
- deploy
|
- deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Download books
|
- name: Download books
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: bookstodeploy
|
name: bookstodeploy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue