File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
working-directory : ' vscode-testextension'
137
137
- name : 🏺 Publish coverage data
138
138
if : always()
139
- uses : actions/upload-artifact@v3
139
+ uses : actions/upload-artifact@v4
140
140
with :
141
141
name : ' coverage'
142
142
path : ' coverage/'
@@ -147,24 +147,24 @@ jobs:
147
147
name : ' actions-${{ matrix.os }}'
148
148
- name : 🏺 Publish logs
149
149
if : always()
150
- uses : actions/upload-artifact@v3
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : ' logs'
153
153
path : ' artifacts/logs/'
154
154
- name : 🏺 Publish test data
155
155
if : always()
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
158
name : ' test data'
159
159
path : ' artifacts/test/'
160
160
- name : 🏺 Publish NuGet Packages
161
161
if : always()
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
with :
164
164
name : ' nuget'
165
165
path : ' artifacts/nuget/'
166
166
- name : 🏺 Publish Documentation
167
- uses : actions/upload-artifact@v3
167
+ uses : actions/upload-artifact@v4
168
168
with :
169
169
name : ' docs'
170
170
path : ' artifacts/docs/'
Original file line number Diff line number Diff line change 23
23
with :
24
24
nuget-version : ' 5.x'
25
25
26
- - uses : actions/download-artifact@v3
26
+ - uses : actions/download-artifact@v4
27
27
with :
28
28
name : nuget
29
29
You can’t perform that action at this time.
0 commit comments