We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65be93c + 0c43edd commit 807c636Copy full SHA for 807c636
1 file changed
.github/workflows/deploy-storybooks.yml
@@ -131,7 +131,7 @@ jobs:
131
DEPLOY_DIR_PATH: ${{ steps.deploy-dir.outputs.path }}
132
133
- name: Download storybooks artifact
134
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135
with:
136
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
137
path: gh-pages/${{ steps.deploy-dir.outputs.path }}
0 commit comments