Skip to content

Commit b26ac8f

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0110fa commit b26ac8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pnpm --filter @explorer-1/vue-storybook exec playwright install
7070

7171
- name: Download storybook build
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: storybook
7575
path: apps/vue-storybook/storybook_compiled
@@ -103,7 +103,7 @@ jobs:
103103
run: pnpm i
104104

105105
- name: Download storybook build
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
name: storybook
109109
path: apps/vue-storybook/storybook_compiled

0 commit comments

Comments
 (0)