From 4b4bc6cee58aad9875bde9eaca2852a31dc25989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:04:52 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4d6a19be3..f85c3238a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -38,14 +38,14 @@ jobs: DEBUG: pw:api - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-report path: playwright-report/ retention-days: 30 - name: Upload test traces if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-traces path: test-results/