Skip to content

Commit 7536be1

Browse files
Upgrade actions
1 parent be6049d commit 7536be1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
npm run storybook:build
3939
4040
- name: Create artifact
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: .docs/react-kit/
4444

@@ -53,8 +53,8 @@ jobs:
5353

5454
steps:
5555
- name: Setup Pages
56-
uses: actions/configure-pages@v2
56+
uses: actions/configure-pages@v4
5757

5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v1
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)