Skip to content

Commit

Permalink
Update build.yml (#333)
Browse files Browse the repository at this point in the history
updated the GitHub Actions workflow to use the latest version of upload-artifact to resolve the deprecation issue.
  • Loading branch information
Mingzefei authored Jan 12, 2025
1 parent daf7618 commit e969b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e969b76

Please sign in to comment.