diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 0c5f2a2a06..44ec438f29 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -96,7 +96,7 @@ jobs: - name: "Run visual tests" run: "make tests_visual" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report