File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Check out
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Step rust toolchain
2727 uses : actions-rs/toolchain@v1
@@ -58,12 +58,12 @@ jobs:
5858
5959 steps :
6060 - name : Check out
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 with :
6363 ref : ${{ github.event.pull_request.head.sha }}
6464
6565 - name : Setup node.js
66- uses : actions/setup-node@v3
66+ uses : actions/setup-node@v4
6767 with :
6868 node-version : 20.x
6969 cache : ' npm'
@@ -144,12 +144,12 @@ jobs:
144144
145145 steps :
146146 - name : Check out
147- uses : actions/checkout@v3
147+ uses : actions/checkout@v4
148148 with :
149149 ref : ${{ github.event.pull_request.head.sha }}
150150
151151 - name : Setup node.js
152- uses : actions/setup-node@v3
152+ uses : actions/setup-node@v4
153153 with :
154154 node-version : 20.x
155155 cache : ' npm'
@@ -197,7 +197,7 @@ jobs:
197197 npx @vscode/vsce package --pre-release --target ${{ steps.target.outputs.TARGET }} --no-update-package-json --no-git-tag-version ${{ steps.version.outputs.VERSION }}
198198
199199 - name : Upload artifact
200- uses : actions/upload-artifact@v3
200+ uses : actions/upload-artifact@v4
201201 with :
202202 name : ${{ steps.target.outputs.TARGET }}
203203 path : ' *.vsix'
You can’t perform that action at this time.
0 commit comments