Skip to content

Commit 20db6df

Browse files
Merge pull request #20117 from mozilla/dependabot/github_actions/actions/download-artifact-8
chore(deps): bump actions/download-artifact from 7 to 8
2 parents 8ab2fd5 + 5ae1396 commit 20db6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-storybooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
DEPLOY_DIR_PATH: ${{ steps.deploy-dir.outputs.path }}
133133

134134
- name: Download storybooks artifact
135-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
135+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
136136
with:
137137
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
138138
path: gh-pages/${{ steps.deploy-dir.outputs.path }}

0 commit comments

Comments
 (0)