mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-27 22:54:41 +00:00
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:
parent
ac34e973c0
commit
8239c8a3bc
2
.github/workflows/deploy-storybooks.yml
vendored
2
.github/workflows/deploy-storybooks.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user