File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
if : ${{ always() }}
82
82
83
83
- name : Artifact - Diagnostic Logs
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
if : ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
86
86
with :
87
87
name : test-tooling-logs
@@ -229,7 +229,7 @@ jobs:
229
229
if : ${{ always() && (steps.test-uwp.conclusion == 'success' || steps.test-winappsdk.conclusion == 'success') }}
230
230
231
231
- name : Artifact - Diagnostic Logs
232
- uses : actions/upload-artifact@v3
232
+ uses : actions/upload-artifact@v4
233
233
if : ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
234
234
with :
235
235
name : new-experiment-logs
@@ -294,7 +294,7 @@ jobs:
294
294
# TODO: Do we want to run tests here? Can we do that on linux easily?
295
295
296
296
- name : Artifact - Diagnostic Logs
297
- uses : actions/upload-artifact@v3
297
+ uses : actions/upload-artifact@v4
298
298
if : ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
299
299
with :
300
300
name : linux-logs
You can’t perform that action at this time.
0 commit comments