Skip to content

Commit

Permalink
feat: v4 download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rathod-sahaab committed Nov 14, 2024
1 parent 03b2029 commit 6b905be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b905be

Please sign in to comment.