Skip to content

Commit

Permalink
Merge pull request #107 from ehuelsmann/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ehuelsmann authored Nov 26, 2024
2 parents 3ff1cc0 + 6319b22 commit 6e3ba43
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 6e3ba43

Please sign in to comment.