From 8cf76b990ebf01b4c6ec765e9f3c74908c968f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:20:28 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-tests.yml | 4 ++-- .github/workflows/performance-report.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 279b84b35..26f2da1b0 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -256,14 +256,14 @@ jobs: if: ${{ !matrix.settings.docker }} shell: bash - name: Upload wasm artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.settings.name }} path: ${{ matrix.settings.path }} if-no-files-found: error if: ${{ matrix.settings.is-wasm-build }} - name: Upload napi artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: ${{ env.APP_NAME }}.*.node diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index 1e1b1b535..aa4b26a1d 100644 --- a/.github/workflows/performance-report.yml +++ b/.github/workflows/performance-report.yml @@ -64,7 +64,7 @@ jobs: - name: Build artefacts 123 run: npm exec -- concurrently -c green,blue 'npm:build:napi -- --release' 'npm:build:cjs' && npm run build:copy-native && npm run build:bootstrap:cjs && npm run build:copy-native - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.settings.name }} path: dist/