diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a49b764d7..91b23bbac 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -152,7 +152,7 @@ jobs: - name: Upload core playwright snapshots artifact if: failure() && matrix.package == 'core' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: playwright-snapshots path: core/test-results @@ -160,7 +160,7 @@ jobs: - name: Upload context-editor playwright snapshots artifact if: failure() && matrix.package == 'context-editor' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: playwright-snapshots path: packages/context-editor/test-results