diff --git a/.github/workflows/labs-prototypes-ci.yml b/.github/workflows/labs-prototypes-ci.yml index 474da13a89c..6466f8ab894 100644 --- a/.github/workflows/labs-prototypes-ci.yml +++ b/.github/workflows/labs-prototypes-ci.yml @@ -65,7 +65,7 @@ jobs: - name: Upload coverage artifact if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: packages/visual-editor/coverage/coverage-summary.json