Skip to content

Commit b1d22d2

Browse files
committed
Update artifact release script
1 parent 12f29a9 commit b1d22d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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: |
@@ -85,9 +85,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)