diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 268b88a..775747a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: vsix - name: 创建/更新 GitHub Release 并附带 .vsix @@ -109,7 +109,7 @@ jobs: node-version: 22 cache: 'pnpm' - run: pnpm install --frozen-lockfile - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: vsix - name: 发布到 VS Code Marketplace