Skip to content

Commit 73753d9

Browse files
authored
chore: downgrade upload-pages-artifact action to v3 (#84)
1 parent 315efbb commit 73753d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- uses: actions/upload-pages-artifact@v4
29+
- uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./storybook-static
3232

@@ -44,4 +44,3 @@ jobs:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4
47-

0 commit comments

Comments
 (0)