Skip to content

Commit ee1fdab

Browse files
LogCreativeAlexaraWu
authored andcommittedOct 21, 2024··
ci: upgrade upload-artifact to v4
1 parent f5b9b29 commit ee1fdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
latexmk main.tex -halt-on-error -time -xelatex
2323
name: build with XeLaTeX
24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
path: main.pdf
2727
name: build-xelatex
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
latexmk main.tex -halt-on-error -time -lualatex
3838
name: build with LuaLaTeX
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
path: main.pdf
4242
name: build-lualatex

0 commit comments

Comments
 (0)
Please sign in to comment.