diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5447fbfee1..4ba62f328b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -273,7 +273,7 @@ jobs: run: stuart_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }} - name: Upload Setup Log As An Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: (success() || failure()) && steps.get_ci_file_operations.outputs.setup_supported == 'true' with: name: ${{ matrix.package }}-Setup-Log @@ -287,7 +287,7 @@ jobs: run: stuart_ci_setup -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }} - name: Upload CI Setup Log As An Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: (success() || failure()) && steps.get_ci_file_operations.outputs.ci_setup_supported == 'true' with: name: ${{ matrix.package }}-CI-Setup-Log @@ -300,7 +300,7 @@ jobs: run: stuart_update -c .pytool/CISettings.py -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }} - name: Upload Update Log As An Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: ${{ matrix.package }}-Update-Log @@ -452,7 +452,7 @@ jobs: delete_dirs(build_path) - name: Upload Build Logs As An Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: success() || failure() with: name: ${{ matrix.package }}-Build-Logs @@ -483,7 +483,7 @@ jobs: print(f'sarif_file_path={sarif_path}', file=fh) - name: Upload CodeQL Results (SARIF) As An Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.package }}-CodeQL-SARIF path: ${{ steps.env_data.outputs.sarif_file_path }} diff --git a/.github/workflows/release-basetools.yml b/.github/workflows/release-basetools.yml index cb49bb657e..6d4a9f20b2 100644 --- a/.github/workflows/release-basetools.yml +++ b/.github/workflows/release-basetools.yml @@ -78,7 +78,7 @@ jobs: - name: Upload Build Logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: logs-${{ matrix.tool_chain }}-${{ matrix.target }} path: | @@ -87,7 +87,7 @@ jobs: BaseTools/BaseToolsBuild/BASETOOLS_BUILD.txt - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: basetools-${{ matrix.tool_chain }}-${{ matrix.target }} path: ${{ matrix.output_dir }} @@ -137,7 +137,7 @@ jobs: - name: Upload Workflow Artifact if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: basetools-package path: |