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 @@ -132,7 +132,7 @@ jobs:
132
132
working-directory : ' vscode-testextension'
133
133
- name : 🏺 Publish coverage data
134
134
if : always()
135
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : ' coverage'
138
138
path : ' coverage/'
@@ -143,24 +143,24 @@ jobs:
143
143
name : ' actions-${{ matrix.os }}'
144
144
- name : 🏺 Publish logs
145
145
if : always()
146
- uses : actions/upload-artifact@v3
146
+ uses : actions/upload-artifact@v4
147
147
with :
148
148
name : ' logs'
149
149
path : ' artifacts/logs/'
150
150
- name : 🏺 Publish test data
151
151
if : always()
152
- uses : actions/upload-artifact@v3
152
+ uses : actions/upload-artifact@v4
153
153
with :
154
154
name : ' test data'
155
155
path : ' artifacts/test/'
156
156
- name : 🏺 Publish NuGet Packages
157
157
if : always()
158
- uses : actions/upload-artifact@v3
158
+ uses : actions/upload-artifact@v4
159
159
with :
160
160
name : ' nuget'
161
161
path : ' artifacts/nuget/'
162
162
- name : 🏺 Publish Documentation
163
- uses : actions/upload-artifact@v3
163
+ uses : actions/upload-artifact@v4
164
164
with :
165
165
name : ' docs'
166
166
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