From 1bcb307c4d40734f9f9836fb5fcc2bf4b1b837e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:08:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.5.0 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b7f5b670d7..94566e194b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -96,7 +96,7 @@ jobs: # https://github.com/actions/upload-artifact - name: Upload Playwright test results if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: ${{ matrix.playwrightReportName }} path: ${{ matrix.playwrightReportPath }}