File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
288
288
- name : Upload logs
289
289
if : ${{ always() }}
290
- uses : actions/upload-artifact@v2
290
+ uses : actions/upload-artifact@v4
291
291
with :
292
292
name : core-logs-${{ matrix.platform }}-${{ matrix.arch }}
293
293
path : binary/.continue/logs/core.log
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
run : cd extensions/vscode && npx vsce package --no-dependencies --target ${{ env.target }}
145
145
146
146
# 6. Upload the .vsix as an artifact
147
- - uses : actions/upload-artifact@v2
147
+ - uses : actions/upload-artifact@v4
148
148
with :
149
149
name : ${{ env.target }}
150
150
path : " extensions/vscode/*.vsix"
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
run : cd extensions/vscode && npx vsce package --pre-release --no-dependencies --target ${{ env.target }}
136
136
137
137
# 6. Upload the .vsix as an artifact
138
- - uses : actions/upload-artifact@v2
138
+ - uses : actions/upload-artifact@v4
139
139
with :
140
140
name : ${{ env.target }}
141
141
path : " extensions/vscode/*.vsix"
You can’t perform that action at this time.
0 commit comments