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 }}