From b1056caa22f858e92b70ff55ff2cf75fc479ae3c Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Thu, 30 Jul 2026 15:16:43 +0100 Subject: [PATCH] chore: bump draft-pdf actions to fleet standard (checkout@v4, upload-artifact@v4) upload-artifact@v1 is past end-of-life, so the JOSS draft job was likely already broken; purely mechanical version bump. PyAutoLabs/PyAutoHands#217. Co-Authored-By: Claude Fable 5 --- .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 7238d28c..d53fe656 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -8,14 +8,14 @@ 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: journal: joss paper-path: paper/paper.md - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: paper path: paper/paper.pdf \ No newline at end of file