diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aeacd82..89928f61 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@v5 + - uses: actions/download-artifact@v6 with: name: build-output