diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b6887..c64192d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: npm run package -- --out codex-extras.vsix - name: Upload VSIX - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: codex-extras-vsix path: codex-extras.vsix