Skip to content

Commit

Permalink
chore: restore shorter actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 21, 2024
1 parent 74e9440 commit 19286fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
run: yarn build:storybook

- name: Upload storybook artifacts
uses: actions/upload-pages-artifact@v3.0.1
uses: actions/upload-pages-artifact@v3
with:
path: storybook-static

- name: Deploy artifact to Github Pages
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@v4


0 comments on commit 19286fa

Please sign in to comment.