Skip to content

Commit

Permalink
ci: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative authored and AlexaraWu committed Oct 21, 2024
1 parent f5b9b29 commit ee1fdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
latexmk main.tex -halt-on-error -time -xelatex
name: build with XeLaTeX
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: main.pdf
name: build-xelatex
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
latexmk main.tex -halt-on-error -time -lualatex
name: build with LuaLaTeX
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: main.pdf
name: build-lualatex
Expand Down

0 comments on commit ee1fdab

Please sign in to comment.