Skip to content

Commit edc4ecd

Browse files
committed
update actions/upload-pages-artifact@v3 and actions/deploy-pages@v4
1 parent c18d468 commit edc4ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
run: yarn build-storybook
3737

3838
- name: Upload
39-
uses: actions/upload-pages-artifact@v1.0.4
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: 'storybook-static'
4242

4343
- name: Deploy
44-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4
4545
with:
4646
token: ${{ github.token }}

0 commit comments

Comments
 (0)