File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
186
186
- name : Download built QEMU
187
187
if : contains(matrix.input.platform, 'esp32')
188
- uses : actions/download-artifact@v4
188
+ uses : actions/download-artifact@v5
189
189
with :
190
190
name : qemu
191
191
@@ -329,7 +329,7 @@ jobs:
329
329
run : cargo xtask book
330
330
331
331
- name : Download built API docs
332
- uses : actions/download-artifact@v4
332
+ uses : actions/download-artifact@v5
333
333
with :
334
334
name : apidocs
335
335
@@ -529,7 +529,7 @@ jobs:
529
529
run : rm -f .cargo/config
530
530
531
531
- name : Download built dev-ver book and API docs
532
- uses : actions/download-artifact@v4
532
+ uses : actions/download-artifact@v5
533
533
with :
534
534
name : book
535
535
@@ -538,7 +538,7 @@ jobs:
538
538
tar -xf book.tar
539
539
540
540
- name : Download built old versions of books and API docs
541
- uses : actions/download-artifact@v4
541
+ uses : actions/download-artifact@v5
542
542
with :
543
543
name : mdbookold
544
544
@@ -623,7 +623,7 @@ jobs:
623
623
- deploy
624
624
steps :
625
625
- name : Download books
626
- uses : actions/download-artifact@v4
626
+ uses : actions/download-artifact@v5
627
627
with :
628
628
name : bookstodeploy
629
629
You can’t perform that action at this time.
0 commit comments