From a1b0adef9abdfe819af0a460201299c6e478fa24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:38:55 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/build-and-tests.yml | 8 ++++---- .github/workflows/performance-report.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 6651e23cf..fcf0161a5 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -323,7 +323,7 @@ jobs: - name: Build JS run: npm run build:cjs - name: Download napi artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: bindings-${{ matrix.settings.target }} path: dist/ @@ -415,12 +415,12 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download napi artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: bindings-${{ matrix.settings.target }} path: . - name: Download wasm artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: bindings-wasm - name: Build and test Rollup @@ -469,7 +469,7 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: artifacts - name: Copy wasm files diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index 9dd36aab8..8c009352b 100644 --- a/.github/workflows/performance-report.yml +++ b/.github/workflows/performance-report.yml @@ -111,7 +111,7 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: _benchmark - name: Change rollup import in internal benchmark