Skip to content

Commit 355998d

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 f3e46f8 commit 355998d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Install dependencies
188188
run: yarn install
189189
- name: Download artifacts
190-
uses: actions/download-artifact@v5
190+
uses: actions/download-artifact@v6
191191
with:
192192
name: bindings-${{ matrix.settings.target }}
193193
path: .
@@ -250,7 +250,7 @@ jobs:
250250
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
251251
yarn install
252252
- name: Download artifacts
253-
uses: actions/download-artifact@v5
253+
uses: actions/download-artifact@v6
254254
with:
255255
name: bindings-${{ matrix.target }}
256256
path: .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Create npm dirs
190190
run: yarn napi create-npm-dirs
191191
- name: Download all artifacts
192-
uses: actions/download-artifact@v5
192+
uses: actions/download-artifact@v6
193193
with:
194194
path: artifacts
195195
- name: Move artifacts

0 commit comments

Comments
 (0)