diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1140532..b15bea636 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: cache: 'pnpm' # use artifacts to share the playground across different jobs - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build-output