From 31d26308b702edb84e4ec57a53239773ab7935b7 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Thu, 30 May 2024 12:08:52 -0700 Subject: [PATCH] update the draft-pdf action to use actions/upload-artifact@v4 because v3 and below are being deprecated --- .github/workflows/draft-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 96e7ab4b..78acde55 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -14,7 +14,7 @@ jobs: # This should be the path to the paper within your repo. paper-path: 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