Skip to content

Commit e8543c3

Browse files
committed
Update actions/upload-artifact to v4
1 parent 401b2db commit e8543c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ always() }}
8282

8383
- name: Artifact - Diagnostic Logs
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
8686
with:
8787
name: test-tooling-logs
@@ -229,7 +229,7 @@ jobs:
229229
if: ${{ always() && (steps.test-uwp.conclusion == 'success' || steps.test-winappsdk.conclusion == 'success') }}
230230

231231
- name: Artifact - Diagnostic Logs
232-
uses: actions/upload-artifact@v3
232+
uses: actions/upload-artifact@v4
233233
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
234234
with:
235235
name: new-experiment-logs
@@ -294,7 +294,7 @@ jobs:
294294
# TODO: Do we want to run tests here? Can we do that on linux easily?
295295

296296
- name: Artifact - Diagnostic Logs
297-
uses: actions/upload-artifact@v3
297+
uses: actions/upload-artifact@v4
298298
if: ${{ (env.ENABLE_DIAGNOSTICS == 'true' || env.COREHOST_TRACE != '') && always() }}
299299
with:
300300
name: linux-logs

0 commit comments

Comments
 (0)