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 21
21
22
22
steps :
23
23
- name : Check out
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Step rust toolchain
27
27
uses : actions-rs/toolchain@v1
@@ -58,12 +58,12 @@ jobs:
58
58
59
59
steps :
60
60
- name : Check out
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
ref : ${{ github.event.pull_request.head.sha }}
64
64
65
65
- name : Setup node.js
66
- uses : actions/setup-node@v3
66
+ uses : actions/setup-node@v4
67
67
with :
68
68
node-version : 20.x
69
69
cache : ' npm'
@@ -144,12 +144,12 @@ jobs:
144
144
145
145
steps :
146
146
- name : Check out
147
- uses : actions/checkout@v3
147
+ uses : actions/checkout@v4
148
148
with :
149
149
ref : ${{ github.event.pull_request.head.sha }}
150
150
151
151
- name : Setup node.js
152
- uses : actions/setup-node@v3
152
+ uses : actions/setup-node@v4
153
153
with :
154
154
node-version : 20.x
155
155
cache : ' npm'
@@ -197,7 +197,7 @@ jobs:
197
197
npx @vscode/vsce package --pre-release --target ${{ steps.target.outputs.TARGET }} --no-update-package-json --no-git-tag-version ${{ steps.version.outputs.VERSION }}
198
198
199
199
- name : Upload artifact
200
- uses : actions/upload-artifact@v3
200
+ uses : actions/upload-artifact@v4
201
201
with :
202
202
name : ${{ steps.target.outputs.TARGET }}
203
203
path : ' *.vsix'
You can’t perform that action at this time.
0 commit comments