From cba8ac88d976162034cc0740db42de7ea1b555f6 Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Fri, 28 Jun 2024 16:56:29 -0700 Subject: [PATCH] Upgrade upload-artifact action from v3 to v4 Closes #91 --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 8980c42..9f7fa92 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -44,7 +44,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist