Skip to content

Commit 0c43edd

Browse files
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5dcc11e commit 0c43edd

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

133133
- name: Download storybooks artifact
134-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
134+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135
with:
136136
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
137137
path: gh-pages/${{ steps.deploy-dir.outputs.path }}

0 commit comments

Comments
 (0)