From 6365eca7624b897e4795d913a4cc1537ed5d8a14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 01:50:52 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index d4781ed0..32054bfe 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -83,7 +83,7 @@ jobs: HOME: /root run: npx playwright test -x --project ${{ matrix.browser }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: playwright-report-${{ matrix.browser }}