File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - uses : actions/checkout@v1
5050 - uses : actions-rs/toolchain@v1
5151 with :
52- toolchain : nightly-2024-01-06
52+ toolchain : nightly-2025-08-20
5353 components : rust-src, rustc-dev, llvm-tools-preview
5454 target : ${{ matrix.target }}
5555 profile : minimal
6060 args : --release --locked
6161 - run : python3 ../../scripts/prepare_artifact.py ${{ matrix.target }}
6262 working-directory : target/release
63- - uses : actions/upload-artifact@v2
63+ - uses : actions/upload-artifact@v4
6464 with :
6565 name : ${{ matrix.target }}
6666 path : target/release/${{ matrix.target }}.zip
6969 needs : build-artifacts
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/download-artifact@v2
72+ - uses : actions/download-artifact@v4
7373 - uses : softprops/action-gh-release@v1
7474 with :
7575 files : |
8585 working-directory : ./ide
8686 steps :
8787 - uses : actions/checkout@v1
88- - uses : actions/setup-node@v4
88+ - uses : actions/setup-node@v5
8989 with :
90- node-version : lts
90+ node-version : lts/*
9191 - run : npm install
9292 - run : npm install -g vsce && vsce publish -p ${{ secrets.VSCODE_TOKEN }}
9393 - run : npm install -g ovsx && npx ovsx publish -p ${{ secrets.OVSX_TOKEN }}
You can’t perform that action at this time.
0 commit comments