Skip to content

Commit b5c9fd9

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
- name: Build JS
324324
run: npm run build:cjs
325325
- name: Download napi artifacts
326-
uses: actions/download-artifact@v4
326+
uses: actions/download-artifact@v5
327327
with:
328328
name: bindings-${{ matrix.settings.target }}
329329
path: dist/
@@ -415,12 +415,12 @@ jobs:
415415
if: steps.cache-node-modules.outputs.cache-hit != 'true'
416416
run: npm ci --ignore-scripts
417417
- name: Download napi artifacts
418-
uses: actions/download-artifact@v4
418+
uses: actions/download-artifact@v5
419419
with:
420420
name: bindings-${{ matrix.settings.target }}
421421
path: .
422422
- name: Download wasm artifacts
423-
uses: actions/download-artifact@v4
423+
uses: actions/download-artifact@v5
424424
with:
425425
name: bindings-wasm
426426
- name: Build and test Rollup
@@ -469,7 +469,7 @@ jobs:
469469
if: steps.cache-node-modules.outputs.cache-hit != 'true'
470470
run: npm ci --ignore-scripts
471471
- name: Download all artifacts
472-
uses: actions/download-artifact@v4
472+
uses: actions/download-artifact@v5
473473
with:
474474
path: artifacts
475475
- name: Copy wasm files

.github/workflows/performance-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.cache-node-modules.outputs.cache-hit != 'true'
112112
run: npm ci --ignore-scripts
113113
- name: Download all artifacts
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
path: _benchmark
117117
- name: Change rollup import in internal benchmark

0 commit comments

Comments
 (0)