diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4ccf117503a..9865c027179 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -63,7 +63,7 @@ jobs: run: pnpm install - name: Download Playwright test results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: playwright-report path: ./tests/e2e/__results__