Skip to content

Commit 8239c8a

Browse files
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](actions/download-artifact@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] <[email protected]>
1 parent ac34e97 commit 8239c8a

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)