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