Skip to content

Commit 0bd6ecf

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#58)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e96f67 commit 0bd6ecf

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@v6
190+
uses: actions/download-artifact@v7
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@v6
253+
uses: actions/download-artifact@v7
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
@@ -197,7 +197,7 @@ jobs:
197197
- name: Create npm dirs
198198
run: yarn napi create-npm-dirs
199199
- name: Download all artifacts
200-
uses: actions/download-artifact@v6
200+
uses: actions/download-artifact@v7
201201
with:
202202
path: artifacts
203203
- name: Move artifacts

0 commit comments

Comments
 (0)