chore(deps): bump actions/download-artifact from 4 to 7

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-18 06:07:58 +00:00 committed by GitHub
parent ac34e973c0
commit 8239c8a3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ jobs:
run: rm -rf "gh-pages/${{ steps.deploy-dir.outputs.path }}"
- name: Download storybooks artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
path: gh-pages/${{ steps.deploy-dir.outputs.path }}