From cca9747a57b479897cbfd894b2b897d8d69433d4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Jan 2024 09:09:43 +0100 Subject: [PATCH] Update GH Actions to latest version ... to stop warnings about using deprecated node12 --- .github/workflows/CI.yml | 2 +- .github/workflows/draft-pdf.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d614d0d..a080e0b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,7 +50,7 @@ jobs: with: use-latex: 'true' - name: 'Upload documentation' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: manual path: ./doc/manual.pdf diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 6b1c975..c874a24 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@v2 + uses: actions/checkout@v4 - name: Build draft PDF uses: openjournals/openjournals-draft-action@master with: @@ -14,7 +14,7 @@ jobs: # This should be the path to the paper within your repo. paper-path: joss/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