From 886e5fcec7d784a59d525e8eb4b9abb8fb0cbb8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:56:58 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.2 --- .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 09c0ed50c8..64e3b5c189 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.0 + uses: actions/upload-artifact@v4.4.2 with: name: ${{ matrix.playwrightReportName }} path: ${{ matrix.playwrightReportPath }}