@@ -136,9 +136,9 @@ jobs:
136136 working-directory : ' vscode-testextension'
137137 - name : 🏺 Publish coverage data
138138 if : always()
139- uses : actions/upload-artifact@v3
139+ uses : actions/upload-artifact@v4
140140 with :
141- name : ' coverage'
141+ name : ' coverage-${{ matrix.os }} '
142142 path : ' coverage/'
143143 - name : 🐿 Publish Coverage
144144 if : (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
@@ -147,26 +147,26 @@ jobs:
147147 name : ' actions-${{ matrix.os }}'
148148 - name : 🏺 Publish logs
149149 if : always()
150- uses : actions/upload-artifact@v3
150+ uses : actions/upload-artifact@v4
151151 with :
152- name : ' logs'
152+ name : ' logs-${{ matrix.os }} '
153153 path : ' artifacts/logs/'
154154 - name : 🏺 Publish test data
155155 if : always()
156- uses : actions/upload-artifact@v3
156+ uses : actions/upload-artifact@v4
157157 with :
158- name : ' test data'
158+ name : ' test data-${{ matrix.os }} '
159159 path : ' artifacts/test/'
160160 - name : 🏺 Publish NuGet Packages
161161 if : always()
162- uses : actions/upload-artifact@v3
162+ uses : actions/upload-artifact@v4
163163 with :
164- name : ' nuget'
164+ name : ' nuget-${{ matrix.os }} '
165165 path : ' artifacts/nuget/'
166166 - name : 🏺 Publish Documentation
167- uses : actions/upload-artifact@v3
167+ uses : actions/upload-artifact@v4
168168 with :
169- name : ' docs'
169+ name : ' docs-${{ matrix.os }} '
170170 path : ' artifacts/docs/'
171171 Publish :
172172 needs :
0 commit comments