From c7109bcdc91efaa21ecaddf6147d1f053b245228 Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Fri, 4 Apr 2025 09:36:21 +0530 Subject: [PATCH] Upgrade actions/upload-artifact from v3 to v4 --- .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 6274fd2..24485cc 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -45,7 +45,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