Skip to content

Commit

Permalink
update GitHub Actions workflow to use actions/upload-pages-artifact@v…
Browse files Browse the repository at this point in the history
…3.0.1
  • Loading branch information
ricmars committed Feb 10, 2025
1 parent b222342 commit 8881237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm ci
- run: npm run build-storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3.0.1
with:
path: './storybook-static'
- id: deploy
Expand Down

0 comments on commit 8881237

Please sign in to comment.