Skip to content

Commit 807c636

Browse files
authored
Merge pull request #20181 from mozilla/dependabot/github_actions/actions/download-artifact-8.0.1
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
2 parents 65be93c + 0c43edd commit 807c636

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
@@ -131,7 +131,7 @@ jobs:
131131
DEPLOY_DIR_PATH: ${{ steps.deploy-dir.outputs.path }}
132132

133133
- name: Download storybooks artifact
134-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
134+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135
with:
136136
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
137137
path: gh-pages/${{ steps.deploy-dir.outputs.path }}

0 commit comments

Comments
 (0)