Skip to content

Commit 5ae1396

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8970f9 commit 5ae1396

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

134134
- name: Download storybooks artifact
135-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
135+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
136136
with:
137137
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
138138
path: gh-pages/${{ steps.deploy-dir.outputs.path }}

0 commit comments

Comments
 (0)