Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e53624c commit b404a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
tar -cf apidocs.tar apidocs
- name: Store the API docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apidocs
path: apidocs.tar
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
tar -cf book.tar bookroot
- name: Store the Book + API docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book
path: book.tar
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
tar -cf mdbookold.tar mdbookold
- name: Store the old API docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mdbookold
path: mdbookold.tar
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
tar -cf bookstodeploy.tar bookstodeploy
- name: Store the books
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bookstodeploy
path: bookstodeploy.tar
Expand Down

0 comments on commit b404a9c

Please sign in to comment.