Skip to content

Commit

Permalink
Revert "change upload artifact to v4 in build_book.yml"
Browse files Browse the repository at this point in the history
This reverts commit 91bfd40.
  • Loading branch information
seohyonkim committed Jan 24, 2025
1 parent 037966d commit 65bea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build PDF from HTML (Docs)
run: make pdf

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: PDF_HTML
path: jupyter-book/_build/pdf/book.pdf

0 comments on commit 65bea35

Please sign in to comment.