Skip to content

Commit cd59a23

Browse files
authored
fix: Update upload artifact ver (#81)
* fix: update upload-pages-artifact action to v3 in release workflow
1 parent fc55d16 commit cd59a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- uses: actions/upload-pages-artifact@v1
29+
- uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./storybook-static
3232

0 commit comments

Comments
 (0)