Skip to content

Commit e1a73e9

Browse files
Repo File Sync: Bump actions/upload-artifact from 6 to 7 (#351)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 474a459 commit e1a73e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
run: stuart_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}
274274

275275
- name: Upload Setup Log As An Artifact
276-
uses: actions/upload-artifact@v6
276+
uses: actions/upload-artifact@v7
277277
if: (success() || failure()) && steps.get_ci_file_operations.outputs.setup_supported == 'true'
278278
with:
279279
name: ${{ matrix.package }}-Setup-Log
@@ -287,7 +287,7 @@ jobs:
287287
run: stuart_ci_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}
288288

289289
- name: Upload CI Setup Log As An Artifact
290-
uses: actions/upload-artifact@v6
290+
uses: actions/upload-artifact@v7
291291
if: (success() || failure()) && steps.get_ci_file_operations.outputs.ci_setup_supported == 'true'
292292
with:
293293
name: ${{ matrix.package }}-CI-Setup-Log
@@ -300,7 +300,7 @@ jobs:
300300
run: stuart_update -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }}
301301

302302
- name: Upload Update Log As An Artifact
303-
uses: actions/upload-artifact@v6
303+
uses: actions/upload-artifact@v7
304304
if: success() || failure()
305305
with:
306306
name: ${{ matrix.package }}-Update-Log
@@ -452,7 +452,7 @@ jobs:
452452
delete_dirs(build_path)
453453
454454
- name: Upload Build Logs As An Artifact
455-
uses: actions/upload-artifact@v6
455+
uses: actions/upload-artifact@v7
456456
if: success() || failure()
457457
with:
458458
name: ${{ matrix.package }}-Build-Logs
@@ -483,7 +483,7 @@ jobs:
483483
print(f'sarif_file_path={sarif_path}', file=fh)
484484
485485
- name: Upload CodeQL Results (SARIF) As An Artifact
486-
uses: actions/upload-artifact@v6
486+
uses: actions/upload-artifact@v7
487487
with:
488488
name: ${{ matrix.package }}-CodeQL-SARIF
489489
path: ${{ steps.env_data.outputs.sarif_file_path }}

0 commit comments

Comments
 (0)