Skip to content

Commit aa89847

Browse files
authored
Fix deploy-storybook github workflow (#194)
1 parent 6c9ce4b commit aa89847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
uses: actions/configure-pages@v2
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: './docs'
5050

5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v1
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)