Skip to content

Commit 28e74f4

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 3d0ba18 commit 28e74f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Lint
9090
run: pnpm lint
9191
- name: Download artifact bindings-${{ matrix.target }}
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v6
9393
with:
9494
name: bindings-${{ matrix.target }}
9595
path: crates/native_binding
@@ -102,7 +102,7 @@ jobs:
102102
run: docker run --rm -v $(pwd):/build -w /build chf007/pnpm pnpm test:binding
103103
# 以下的测试流程应该在所有平台都执行,但 windows 好像还有些问题,因此目前只在 ubuntu-latest 执行
104104
- name: Download all artifacts
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v6
106106
with:
107107
path: crates/native_binding/artifacts
108108
- name: List Package crates/native_binding

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Install dependencies
175175
run: pnpm -r install --frozen-lockfile
176176
- name: Download all artifacts
177-
uses: actions/download-artifact@v4
177+
uses: actions/download-artifact@v6
178178
with:
179179
path: crates/native_binding/artifacts
180180
- name: Move artifacts

0 commit comments

Comments
 (0)