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](https://github.com/actions/upload-artifact/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 16:03:41 +00:00 committed by GitHub
parent 1b49d0d3b5
commit 4305f0dbbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ jobs:
tar -cf $GITHUB_WORKSPACE/qemu.tar * tar -cf $GITHUB_WORKSPACE/qemu.tar *
- name: Store QEMU - name: Store QEMU
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: qemu name: qemu
path: qemu.tar path: qemu.tar
@ -298,7 +298,7 @@ jobs:
tar -cf apidocs.tar apidocs tar -cf apidocs.tar apidocs
- name: Store the API docs - name: Store the API docs
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: apidocs name: apidocs
path: apidocs.tar path: apidocs.tar
@ -354,7 +354,7 @@ jobs:
tar -cf book.tar bookroot tar -cf book.tar bookroot
- name: Store the Book + API docs - name: Store the Book + API docs
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: book name: book
path: book.tar path: book.tar
@ -430,7 +430,7 @@ jobs:
tar -cf mdbookold.tar mdbookold tar -cf mdbookold.tar mdbookold
- name: Store the old API docs - name: Store the old API docs
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: mdbookold name: mdbookold
path: mdbookold.tar path: mdbookold.tar
@ -613,7 +613,7 @@ jobs:
tar -cf bookstodeploy.tar bookstodeploy tar -cf bookstodeploy.tar bookstodeploy
- name: Store the books - name: Store the books
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: bookstodeploy name: bookstodeploy
path: bookstodeploy.tar path: bookstodeploy.tar