mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Bump actions/upload-artifact from 3 to 4 (#868)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f69ecb05a9
commit
53a7bcab56
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -301,7 +301,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@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: apidocs
|
name: apidocs
|
||||||
path: apidocs.tar
|
path: apidocs.tar
|
||||||
|
@ -357,7 +357,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@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: book
|
name: book
|
||||||
path: book.tar
|
path: book.tar
|
||||||
|
@ -433,7 +433,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@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mdbookold
|
name: mdbookold
|
||||||
path: mdbookold.tar
|
path: mdbookold.tar
|
||||||
|
@ -616,7 +616,7 @@ jobs:
|
||||||
tar -cf bookstodeploy.tar bookstodeploy
|
tar -cf bookstodeploy.tar bookstodeploy
|
||||||
|
|
||||||
- name: Store the books
|
- name: Store the books
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bookstodeploy
|
name: bookstodeploy
|
||||||
path: bookstodeploy.tar
|
path: bookstodeploy.tar
|
||||||
|
|
Loading…
Reference in a new issue