Skip to content

Commit 676d795

Browse files
chore(deps): update actions/upload-pages-artifact action to v3
1 parent 8c814a6 commit 676d795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build:storybook
3636

3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v2
38+
uses: actions/upload-pages-artifact@v3
3939
with:
4040
# Upload entire repository
4141
path: 'storybook-static'

0 commit comments

Comments
 (0)