Skip to content

Commit

Permalink
Merge pull request #148 from leanprover-community/bryangingechen-patch-1
Browse files Browse the repository at this point in the history
upgrade to actions/upload-artifact@v4
  • Loading branch information
Julian authored Nov 5, 2024
2 parents a7fefe8 + 039c695 commit 3f28838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Upload PDF to artifact storage
if: github.ref != 'refs/heads/master'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Metaprogramming in Lean 4"
path: "Metaprogramming in Lean 4.pdf"
Expand Down

0 comments on commit 3f28838

Please sign in to comment.