From ee1fdab55bbfb8306f862c63bb1c73b808c51569 Mon Sep 17 00:00:00 2001 From: LogCreative Date: Mon, 21 Oct 2024 15:05:10 +0800 Subject: [PATCH] ci: upgrade upload-artifact to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64521f98..0f6b6e29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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