Skip to content

Commit 0748485

Browse files
dependabot[bot]korken89
authored andcommitted
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](actions/download-artifact@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] <[email protected]>
1 parent e403d38 commit 0748485

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- name: Download built QEMU
189189
if: contains(matrix.input.platform, 'esp32')
190-
uses: actions/download-artifact@v6
190+
uses: actions/download-artifact@v7
191191
with:
192192
name: qemu
193193

@@ -331,7 +331,7 @@ jobs:
331331
run: cargo xtask book
332332

333333
- name: Download built API docs
334-
uses: actions/download-artifact@v6
334+
uses: actions/download-artifact@v7
335335
with:
336336
name: apidocs
337337

@@ -531,7 +531,7 @@ jobs:
531531
run: rm -f .cargo/config
532532

533533
- name: Download built dev-ver book and API docs
534-
uses: actions/download-artifact@v6
534+
uses: actions/download-artifact@v7
535535
with:
536536
name: book
537537

@@ -540,7 +540,7 @@ jobs:
540540
tar -xf book.tar
541541
542542
- name: Download built old versions of books and API docs
543-
uses: actions/download-artifact@v6
543+
uses: actions/download-artifact@v7
544544
with:
545545
name: mdbookold
546546

@@ -625,7 +625,7 @@ jobs:
625625
- deploy
626626
steps:
627627
- name: Download books
628-
uses: actions/download-artifact@v6
628+
uses: actions/download-artifact@v7
629629
with:
630630
name: bookstodeploy
631631

0 commit comments

Comments
 (0)