Skip to content

Commit e403d38

Browse files
dependabot[bot]korken89
authored andcommitted
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe054f3 commit e403d38

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
@@ -112,7 +112,7 @@ jobs:
112112
tar -cf $GITHUB_WORKSPACE/qemu.tar *
113113
114114
- name: Store QEMU
115-
uses: actions/upload-artifact@v5
115+
uses: actions/upload-artifact@v6
116116
with:
117117
name: qemu
118118
path: qemu.tar
@@ -298,7 +298,7 @@ jobs:
298298
tar -cf apidocs.tar apidocs
299299
300300
- name: Store the API docs
301-
uses: actions/upload-artifact@v5
301+
uses: actions/upload-artifact@v6
302302
with:
303303
name: apidocs
304304
path: apidocs.tar
@@ -354,7 +354,7 @@ jobs:
354354
tar -cf book.tar bookroot
355355
356356
- name: Store the Book + API docs
357-
uses: actions/upload-artifact@v5
357+
uses: actions/upload-artifact@v6
358358
with:
359359
name: book
360360
path: book.tar
@@ -430,7 +430,7 @@ jobs:
430430
tar -cf mdbookold.tar mdbookold
431431
432432
- name: Store the old API docs
433-
uses: actions/upload-artifact@v5
433+
uses: actions/upload-artifact@v6
434434
with:
435435
name: mdbookold
436436
path: mdbookold.tar
@@ -613,7 +613,7 @@ jobs:
613613
tar -cf bookstodeploy.tar bookstodeploy
614614
615615
- name: Store the books
616-
uses: actions/upload-artifact@v5
616+
uses: actions/upload-artifact@v6
617617
with:
618618
name: bookstodeploy
619619
path: bookstodeploy.tar

0 commit comments

Comments
 (0)