From e4a15741021e9089fc5da41dae11ec6f5b4261dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:02:29 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/e2e-browser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69c48aa86b..a53fae191f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - run: npm run test:unit:node - run: npm run test:webpack # Upload coverage for sonar (only matching OS and one node version required) - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '24.x' }} with: name: code-coverage-${{matrix.os}}-${{matrix.node-version}} diff --git a/.github/workflows/e2e-browser.yml b/.github/workflows/e2e-browser.yml index 23ef811272..354c77b1ce 100644 --- a/.github/workflows/e2e-browser.yml +++ b/.github/workflows/e2e-browser.yml @@ -53,7 +53,7 @@ jobs: E2E_TEST_USER: ${{ secrets.E2E_TEST_USER }} E2E_TEST_PASSWORD: ${{ secrets.E2E_TEST_PASSWORD }} - name: Archive browser-based end-to-end test request logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() continue-on-error: true with: