File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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