From 3b4266b538a1c4a59f1049c3fb622f37438cc6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=A4tz?= Date: Tue, 3 Dec 2024 18:26:00 +0100 Subject: [PATCH] Update draft-pdf.yml --- .github/workflows/draft-pdf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index fb5bb95..941afee 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -6,7 +6,7 @@ jobs: name: Paper Draft steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build draft PDF uses: openjournals/openjournals-draft-action@master with: @@ -14,10 +14,10 @@ jobs: # This should be the path to the paper within your repo. paper-path: Joss_Paper/paper.md - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: paper # This is the output path where Pandoc will write the compiled # PDF. Note, this should be the same directory as the input # paper.md - path: Joss_Paper/paper.pdf \ No newline at end of file + path: Joss_Paper/paper.pdf