We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ab2fd5 + 5ae1396 commit 20db6dfCopy full SHA for 20db6df
1 file changed
.github/workflows/deploy-storybooks.yml
@@ -132,7 +132,7 @@ jobs:
132
DEPLOY_DIR_PATH: ${{ steps.deploy-dir.outputs.path }}
133
134
- name: Download storybooks artifact
135
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
136
with:
137
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
138
path: gh-pages/${{ steps.deploy-dir.outputs.path }}
0 commit comments