From 6b905bece86e8510c1ca95e72fb4a6722806a151 Mon Sep 17 00:00:00 2001 From: Abhay Raj Singh Date: Thu, 14 Nov 2024 05:46:46 +0530 Subject: [PATCH] feat: v4 download artifact --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b2027f7..99ed863 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,7 +60,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - name: Download dist artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist - run: npm publish --provenance --access public