Skip to content

Commit bd7a108

Browse files
Bump actions/download-artifact from 2 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed7dea9 commit bd7a108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
ref: gh-pages
8484

8585
- name: Download storybook files
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v6
8787
with:
8888
name: storybook-files
8989
path: storybook-files

.github/workflows/tests-karma-editor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
ref: gh-pages
131131

132132
- name: Download coverage file
133-
uses: actions/download-artifact@v2
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: cuj-coverage-edit-story
136136

0 commit comments

Comments
 (0)