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