File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339339 # Upload compilation report for debugging (short retention since it's for troubleshooting)
340340 - name : Upload compilation report
341341 if : always()
342- uses : actions/upload-artifact@v5
342+ uses : actions/upload-artifact@v6
343343 with :
344344 name : compilation-report-${{ matrix.os }}-${{ matrix.arch }}
345345 path : compilation-report.xml
@@ -367,7 +367,7 @@ jobs:
367367
368368 # Upload as workflow artifact (7 day retention since we're publishing to packages)
369369 - name : Upload workflow artifact
370- uses : actions/upload-artifact@v5
370+ uses : actions/upload-artifact@v6
371371 with :
372372 name : IntuneManager-${{ steps.version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}
373373 path : ${{ matrix.asset_name }}
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336336 # Upload compilation report for debugging (short retention since it's for troubleshooting)
337337 - name : Upload compilation report
338338 if : always()
339- uses : actions/upload-artifact@v5
339+ uses : actions/upload-artifact@v6
340340 with :
341341 name : compilation-report-${{ matrix.os }}-${{ matrix.arch }}
342342 path : compilation-report.xml
@@ -371,7 +371,7 @@ jobs:
371371
372372 # Upload as workflow artifact for quick download during build (kept for 90 days)
373373 - name : Upload workflow artifact
374- uses : actions/upload-artifact@v5
374+ uses : actions/upload-artifact@v6
375375 with :
376376 name : IntuneManager-${{ steps.version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}
377377 path : ${{ matrix.asset_name }}
You can’t perform that action at this time.
0 commit comments