diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d66735..7670efd9 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@v6 + - uses: actions/download-artifact@v7 with: name: build-output