diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee3eee8ad48..59bd4482759 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: tar -cf $GITHUB_WORKSPACE/qemu.tar * - name: Store QEMU - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: qemu path: qemu.tar @@ -298,7 +298,7 @@ jobs: tar -cf apidocs.tar apidocs - name: Store the API docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: apidocs path: apidocs.tar @@ -354,7 +354,7 @@ jobs: tar -cf book.tar bookroot - name: Store the Book + API docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: book path: book.tar @@ -430,7 +430,7 @@ jobs: tar -cf mdbookold.tar mdbookold - name: Store the old API docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mdbookold path: mdbookold.tar @@ -613,7 +613,7 @@ jobs: tar -cf bookstodeploy.tar bookstodeploy - name: Store the books - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: bookstodeploy path: bookstodeploy.tar