Skip to content

Commit 531e12e

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent fd4539e commit 531e12e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)