From 4fa8a2dfda756b671f777f6684b293a9bc9aa7c1 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Wed, 27 Nov 2024 09:18:23 +0000 Subject: [PATCH] update the upload-artifact action to @v4 The previous action @v1 has been deprecated by github and causes the CI build to fail. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9475d00..45b6c3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: test -f DALI.pdf test -f DALI.bbl - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: DALI.pdf Preview path: DALI.pdf