diff --git a/.github/workflows/tex.yml b/.github/workflows/tex.yml index f25e265..f760dd6 100644 --- a/.github/workflows/tex.yml +++ b/.github/workflows/tex.yml @@ -7,7 +7,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/latex-action@v4 with: root_file: Paper.tex - name: Upload PDF file