diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index d8c972a..eb7b4ed 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Set up Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install LaTeX run: | @@ -47,7 +47,7 @@ jobs: run: make all - name: Upload PDFs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Compiled-PDFs path: ./*.pdf \ No newline at end of file