File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 working-directory : ' vscode-testextension'
133133 - name : 🏺 Publish coverage data
134134 if : always()
135- uses : actions/upload-artifact@v3
135+ uses : actions/upload-artifact@v4
136136 with :
137137 name : ' coverage'
138138 path : ' coverage/'
@@ -143,24 +143,24 @@ jobs:
143143 name : ' actions-${{ matrix.os }}'
144144 - name : 🏺 Publish logs
145145 if : always()
146- uses : actions/upload-artifact@v3
146+ uses : actions/upload-artifact@v4
147147 with :
148148 name : ' logs'
149149 path : ' artifacts/logs/'
150150 - name : 🏺 Publish test data
151151 if : always()
152- uses : actions/upload-artifact@v3
152+ uses : actions/upload-artifact@v4
153153 with :
154154 name : ' test data'
155155 path : ' artifacts/test/'
156156 - name : 🏺 Publish NuGet Packages
157157 if : always()
158- uses : actions/upload-artifact@v3
158+ uses : actions/upload-artifact@v4
159159 with :
160160 name : ' nuget'
161161 path : ' artifacts/nuget/'
162162 - name : 🏺 Publish Documentation
163- uses : actions/upload-artifact@v3
163+ uses : actions/upload-artifact@v4
164164 with :
165165 name : ' docs'
166166 path : ' artifacts/docs/'
Original file line number Diff line number Diff line change 2323 with :
2424 nuget-version : ' 5.x'
2525
26- - uses : actions/download-artifact@v3
26+ - uses : actions/download-artifact@v4
2727 with :
2828 name : nuget
2929
You can’t perform that action at this time.
0 commit comments