From 1c95d4b5c83ae93102755f64b732d97c150a8851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 03:47:55 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 in the default group Bumps the default group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: default ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f9dd36d..ba8288d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -78,7 +78,7 @@ jobs: DEBUG: 'none' # 'test:deprecated' - name: Upload coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: coverage @@ -98,7 +98,7 @@ jobs: BASE_PATH: /prototypedev/_design/prototype - name: Upload Playwright report and traces for trace.playwright.dev - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} # Upload even if the previous step failed with: name: ui-test-results # Name of the artifact