Skip to content

Commit e62c284

Browse files
authored
Merge pull request #271 from openscript-ch/renovate/actions-upload-pages-artifact-3.x
chore(deps): update actions/upload-pages-artifact action to v3
2 parents 8c814a6 + 676d795 commit e62c284

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)