From c17454bfc2d059c34251783b2f02c778fb9e65b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 07:22:18 +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 4fc0bb4..d1f32fb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -74,7 +74,7 @@ jobs: SOURCE_URL: ${{ secrets.SOURCE_URL }} DEBUG: 'none' - name: Upload coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: coverage @@ -107,7 +107,7 @@ jobs: BASE_PATH: /prototype/_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: test-results # Name of the artifact