diff --git a/.github/workflows/create-vsix.yml b/.github/workflows/create-vsix.yml index 4513dfb0..86e0c9b0 100644 --- a/.github/workflows/create-vsix.yml +++ b/.github/workflows/create-vsix.yml @@ -15,7 +15,7 @@ jobs: node-version: "18.18.2" - run: npm ci - run: npx ts-node scripts/create-vsix.ts ${{ github.event.inputs.branch }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: vscode-brightscript-language.vsix path: .vsix-building/vscode-brightscript-language/*.vsix