Skip to content

Commit 865855f

Browse files
chore(deps): update actions/upload-pages-artifact action to v5
1 parent 2427edf commit 865855f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build storybook
2525
run: ./build.sh storybook
2626
- name: Upload artifact to Pages
27-
uses: actions/upload-pages-artifact@v4
27+
uses: actions/upload-pages-artifact@v5
2828
with:
2929
path: "storybook-static/"
3030
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)