From e969b76e9e4668e7e6a1ecd7cbc1c98d19b91342 Mon Sep 17 00:00:00 2001 From: Mingzefei <92701892+Mingzefei@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:41:18 +0800 Subject: [PATCH] Update build.yml (#333) updated the GitHub Actions workflow to use the latest version of upload-artifact to resolve the deprecation issue. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94d9503..2ea9fad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: tree . cloc . - name: Compile ${{ matrix.latex-entry }}.tex to pdf - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: ${{ matrix.latex-entry }}.tex latexmk_use_xelatex: true