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 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1b49d0d3b5
commit
c320569b60
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
|
||||
if: contains(matrix.input.platform, 'esp32')
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: qemu
|
||||
|
||||
|
|
@ -331,7 +331,7 @@ jobs:
|
|||
run: cargo xtask book
|
||||
|
||||
- name: Download built API docs
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: apidocs
|
||||
|
||||
|
|
@ -531,7 +531,7 @@ jobs:
|
|||
run: rm -f .cargo/config
|
||||
|
||||
- name: Download built dev-ver book and API docs
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: book
|
||||
|
||||
|
|
@ -540,7 +540,7 @@ jobs:
|
|||
tar -xf book.tar
|
||||
|
||||
- name: Download built old versions of books and API docs
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: mdbookold
|
||||
|
||||
|
|
@ -625,7 +625,7 @@ jobs:
|
|||
- deploy
|
||||
steps:
|
||||
- name: Download books
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: bookstodeploy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue