Skip to content

Commit c1bf75d

Browse files
authored
Merge pull request #140 from openscript-ch/renovate/actions-upload-pages-artifact-2.x
chore(deps): update actions/upload-pages-artifact action to v2
2 parents 1605316 + 115ebae commit c1bf75d

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@v1
38+
uses: actions/upload-pages-artifact@v2
3939
with:
4040
# Upload entire repository
4141
path: 'storybook-static'

0 commit comments

Comments
 (0)