diff --git a/.github/workflows/build_latex.yml b/.github/workflows/build_latex.yml index 3a3eeae..09f8c9c 100644 --- a/.github/workflows/build_latex.yml +++ b/.github/workflows/build_latex.yml @@ -22,7 +22,7 @@ jobs: file thesis.pdf | grep -q ' PDF ' - name: Upload PDF - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: PDF path: thesis.pdf