Skip to content

Commit a207f65

Browse files
Merge pull request #19814 from mozilla/dependabot/github_actions/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 4 to 7
2 parents ac34e97 + 8239c8a commit a207f65

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
@@ -88,7 +88,7 @@ jobs:
8888
run: rm -rf "gh-pages/${{ steps.deploy-dir.outputs.path }}"
8989

9090
- name: Download storybooks artifact
91-
uses: actions/download-artifact@v4
91+
uses: actions/download-artifact@v7
9292
with:
9393
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
9494
path: gh-pages/${{ steps.deploy-dir.outputs.path }}

0 commit comments

Comments
 (0)