We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a207f65 + 92ef528 commit 866e34dCopy full SHA for 866e34d
1 file changed
.github/workflows/deploy-storybooks.yml
@@ -44,7 +44,7 @@ jobs:
44
DEPLOY_DIR: deploy/
45
46
- name: Upload storybooks artifact
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
48
with:
49
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
50
path: deploy/
0 commit comments