From 1d653a5e5dc025504a30cb8a57339197923d4d66 Mon Sep 17 00:00:00 2001 From: gonzaloparradohernando Date: Wed, 17 Jul 2024 18:08:07 +0200 Subject: [PATCH] In the .yml, I changes uses ..@vX --- .github/workflows/draft-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 573bbb0..666fd3f 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -9,7 +9,7 @@ jobs: name: Paper Draft steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Build draft PDF uses: openjournals/openjournals-draft-action@master with: @@ -17,7 +17,7 @@ jobs: # This should be the path to the paper within your repo. paper-path: paper/paper.md - name: Upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v1 with: name: paper # This is the output path where Pandoc will write the compiled