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 Nov 26, 2024
1 parent 3ff1cc0 commit 6319b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
root_file: ledgersmb-book.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF
path: ledgersmb-book.pdf
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
- name: Build site
run: ./rebuild-site.sh
- name: Upload split page book site
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: split-book
path: public_html/split-book
- name: Upload single page book site
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: full-book
path: public_html/full-book
Expand Down

0 comments on commit 6319b22

Please sign in to comment.