We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac34e97 + 8239c8a commit a207f65Copy full SHA for a207f65
1 file changed
.github/workflows/deploy-storybooks.yml
@@ -88,7 +88,7 @@ jobs:
88
run: rm -rf "gh-pages/${{ steps.deploy-dir.outputs.path }}"
89
90
- name: Download storybooks artifact
91
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
92
with:
93
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
94
path: gh-pages/${{ steps.deploy-dir.outputs.path }}
0 commit comments