From b5c9fd93efb6ce8a4eb5503610c7557e93b6d0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:51:19 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/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] --- .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..4110b59d4 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@v5 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@v5 with: name: bindings-${{ matrix.settings.target }} path: . - name: Download wasm artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 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@v5 with: path: artifacts - name: Copy wasm files diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index 9dd36aab8..6b13d2dba 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@v5 with: path: _benchmark - name: Change rollup import in internal benchmark