Skip to content

Commit 98f7ac8

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 88aa28e commit 98f7ac8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: rharkor/[email protected]
5151

5252
- name: Restore turbo build
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v6
5454
with:
5555
name: turbo-build
5656
path: .turbo/cache

.github/workflows/ci-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: rharkor/[email protected]
135135

136136
- name: Restore turbo build
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: turbo-build
140140
path: .turbo/cache

.github/workflows/ci-test-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: rharkor/[email protected]
3939

4040
- name: Restore turbo build
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v6
4242
with:
4343
name: turbo-build
4444
path: .turbo/cache

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: rharkor/[email protected]
4949

5050
- name: Restore turbo build
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@v6
5252
with:
5353
name: turbo-build
5454
path: .turbo/cache

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ jobs:
539539
ref: ${{ github.ref }}
540540

541541
- name: Restore build
542-
uses: actions/download-artifact@v4
542+
uses: actions/download-artifact@v6
543543
with:
544544
name: build
545545
path: /tmp/build

0 commit comments

Comments
 (0)