File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
git config --local user.name "GitHub Action"
166
166
167
167
# Download the .vsix artifacts
168
- - uses : actions/download-artifact@v3
168
+ - uses : actions/download-artifact@v4
169
169
170
170
- name : Tag the repository
171
171
id : tag
@@ -213,7 +213,7 @@ jobs:
213
213
run : git pull origin main
214
214
215
215
# 1. Download the artifacts
216
- - uses : actions/download-artifact@v3
216
+ - uses : actions/download-artifact@v4
217
217
218
218
# 2. Publish the extension to VS Code Marketplace
219
219
- 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