Skip to content

Commit 9a460c0

Browse files
fix: bump GH actions
1 parent 841145d commit 9a460c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/storybook.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: storybook
1+
name: 🎨 Storybook
22

33
on:
44
push:
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Cache node_modules
2626
id: cache-node-modules
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: node_modules
3030
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
@@ -33,14 +33,14 @@ jobs:
3333
run: npm install
3434

3535
- name: Build Storybook
36-
run: SKIP_ENV_VALIDATION=true npm run build-storybook
36+
run: SKIP_ENV_VALIDATION=true npm run sb:build
3737

3838
- name: Upload Storybook
39-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: storybook-static
4242

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

0 commit comments

Comments
 (0)