Skip to content

Commit

Permalink
update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinsoftware authored Sep 18, 2024
1 parent 5c50b20 commit 9b3334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- run: yarn build
- run: yarn run pack
- name: Create Package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: packages/**/*.tgz

0 comments on commit 9b3334a

Please sign in to comment.