From 548cfeef7aa5d46f5cdcabf6ef84ea28c910ef68 Mon Sep 17 00:00:00 2001 From: Jeff Foster <59933701+chuckAbird@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:28:07 -0800 Subject: [PATCH] Update check-dist.yml --- .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 817ad8b17..ce3b9f36c 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -35,7 +35,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