File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
run : git pull origin main
171
171
172
172
# 1. Download the artifacts
173
- - uses : actions/download-artifact@v3
173
+ - uses : actions/download-artifact@v4
174
174
175
175
# 2. Publish the extension to VS Code Marketplace
176
176
- name : Publish to VS Code Marketplace
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
git config --local user.name "GitHub Action"
157
157
158
158
# Download the .vsix artifacts
159
- - uses : actions/download-artifact@v3
159
+ - uses : actions/download-artifact@v4
160
160
161
161
- name : Tag the repository
162
162
id : tag
@@ -205,7 +205,7 @@ jobs:
205
205
run : git pull origin preview
206
206
207
207
# 1. Download the artifacts
208
- - uses : actions/download-artifact@v3
208
+ - uses : actions/download-artifact@v4
209
209
210
210
# 2. Publish the extension to VS Code Marketplace
211
211
- name : Publish to VS Code Marketplace
You can’t perform that action at this time.
0 commit comments