Skip to content

Commit

Permalink
ci: update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Sep 25, 2024
1 parent 415aa43 commit 0b16b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: packages/shadcn

- name: Upload packaged artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: npm-package-shadcn@${{ steps.package-version.outputs.current-version }}-pr-${{ github.event.number }} # encode the PR number into the artifact name
path: packages/shadcn/dist/index.js

0 comments on commit 0b16b9a

Please sign in to comment.