From c814c793d1522e26c2282e0c114370a78387c713 Mon Sep 17 00:00:00 2001 From: Megha Varshney Date: Tue, 12 Nov 2024 15:19:26 +0530 Subject: [PATCH] Update upload artifact version --- .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 7db8c94..02bfc74 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: index.js