From bd2a31f755de3aa114dd582cf024779a0a81e936 Mon Sep 17 00:00:00 2001 From: Geoff Lamrock Date: Wed, 6 Nov 2024 14:44:53 +1100 Subject: [PATCH] Update to actions/upload-artifact v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ddf038d..6bc4b794 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: # If index.js was different than expected, upload the expected version as an artifact - name: Upload dist as artifact if differences detected - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist