From 776d771703c67a8085db7ad76533b1d6b0ec3b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:16:07 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-tests.yml | 8 ++++---- .github/workflows/frontend-tests.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a3270f061c..1f7e506682 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -78,7 +78,7 @@ jobs: - name: 📊 Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-report-${{ matrix.browser }} path: | @@ -88,7 +88,7 @@ jobs: - name: 📸 Upload screenshots if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: screenshots-${{ matrix.browser }} path: test-results/screenshots/ @@ -142,7 +142,7 @@ jobs: - name: 📊 Upload mobile test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-report-mobile path: | @@ -199,7 +199,7 @@ jobs: - name: 🖼️ Upload visual diffs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: visual-diffs path: test-results/visual-diffs/ diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index d2c5379b72..588231ae5c 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -77,7 +77,7 @@ jobs: - name: 📋 Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-node-${{ matrix.node-version }} path: | @@ -206,7 +206,7 @@ jobs: continue-on-error: true - name: 📤 Upload built site - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: built-site path: _site/