From 0c8cb0e7168430a06a358ed566a72c647220778a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:45:48 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/integration-test.yml | 2 +- .github/workflows/npm-publish-on-release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 36c98995..3b00563a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -63,7 +63,7 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-artifacts-integ path: ./test/.artifacts/ diff --git a/.github/workflows/npm-publish-on-release.yml b/.github/workflows/npm-publish-on-release.yml index 87f2ad01..bd1aa3c6 100644 --- a/.github/workflows/npm-publish-on-release.yml +++ b/.github/workflows/npm-publish-on-release.yml @@ -73,7 +73,7 @@ jobs: run: npm ci - name: Store the distribution packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: npm-package-distributions path: . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27d2dbdf..7ffe766c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-artifacts-${{ matrix.node-version }}-${{ matrix.os }} path: ./test/.artifacts/