diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 992ab29..c050b11 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -28,7 +28,7 @@ jobs: git config --system --add safe.directory /github/workspace post_compile: mv METIS_DRLD.pdf "METIS_DRLD.$(date +'%Y%m%dT%H%M%S').${{ github.sha }}.pdf" - name: Upload PDF file - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: METIS DRLD path: ./*.pdf