From b4cbbb6465b716f13573ad8c1d06143269ae21c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:29:58 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 67329ac9..77b50c91 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -88,7 +88,7 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 c75eb32c..2cadfbd7 100644 --- a/.github/workflows/npm-publish-on-release.yml +++ b/.github/workflows/npm-publish-on-release.yml @@ -65,7 +65,7 @@ jobs: run: npm ci - name: Store the distribution packages - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: npm-package-distributions path: . diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 4b1356a9..1a2080b9 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -42,7 +42,7 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-artifacts-${{ matrix.node-version }}-${{ matrix.os }} path: ./test/.artifacts/