mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dbc5d3ceca
commit
3d9d434d53
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue