diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 69cea2d37..c50b8b7e2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -149,7 +149,7 @@ jobs: - name: Upload core playwright snapshots artifact if: failure() && matrix.package == 'core' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-snapshots path: core/test-results @@ -157,7 +157,7 @@ jobs: - name: Upload context-editor playwright snapshots artifact if: failure() && matrix.package == 'context-editor' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-snapshots path: packages/context-editor/test-results