From c199e1fa28c46e1d4be5cdb79679c80f42812969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:45:30 -0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 (#4292) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9cf6183..08054bf9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,7 @@ jobs: *.cache-to=type=gha,mode=max - name: Run Playwright tests run: docker compose up --exit-code-from playwright - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37b4cead..e39e21b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,7 +120,7 @@ jobs: *.cache-to=type=gha,mode=max - name: Run Playwright tests run: docker compose up --exit-code-from playwright - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report