Skip to content

Commit

Permalink
build(deps): 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 and xry111 committed Dec 15, 2023
1 parent 58f505b commit fedfb9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
make booksrc
tar -C zh_CN -cf book.tar book
- name: Upload Translated XML Files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-xml-zh_CN
path: book.tar
- name: Upload Auxilary Files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aux-files
path: aux-files
Expand All @@ -64,7 +64,7 @@ jobs:
make REV=sysv book BASEDIR=lfs-sysv-zh_CN
tar -cJf lfs-sysv-zh_CN.tar.xz lfs-sysv-zh_CN
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-sysv-zh_CN-html
path: lfs-sysv-zh_CN.tar.xz
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
make REV=systemd book BASEDIR=lfs-systemd-zh_CN
tar -cJf lfs-systemd-zh_CN.tar.xz lfs-systemd-zh_CN
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-systemd-zh_CN-html
path: lfs-systemd-zh_CN.tar.xz
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Generate Translated Book
run: make REV=sysv nochunks BASEDIR=render
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-sysv-zh_CN-nochunks
path: render/LFS-BOOK.html
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Generate Translated Book
run: make REV=systemd nochunks BASEDIR=render
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-systemd-zh_CN-nochunks
path: render/LFS-SYSD-BOOK.html
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Generate Translated Book
run: make REV=sysv pdf BASEDIR=render
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-sysv-zh_CN-pdf
path: render/LFS-BOOK.pdf
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
run: |
make REV=systemd pdf BASEDIR=render
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lfs-systemd-zh_CN-pdf
path: render/LFS-SYSD-BOOK.pdf
Expand Down

0 comments on commit fedfb9d

Please sign in to comment.