diff --git a/.github/workflows/compile-pdf.yaml b/.github/workflows/compile-pdf.yaml index 9a9a09c..2dfd815 100644 --- a/.github/workflows/compile-pdf.yaml +++ b/.github/workflows/compile-pdf.yaml @@ -24,7 +24,7 @@ jobs: pdflatex -file-line-error -interaction=nonstopmode -synctex=0 -output-format=pdf -shell-escape main.tex pdflatex -file-line-error -interaction=nonstopmode -synctex=0 -output-format=pdf -shell-escape main.tex - name: Upload pdf artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: report path: ./report/src/main.pdf