From 847417249ceda64382f0116b71c92101425a96a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:02:54 +0000 Subject: [PATCH] GitHub Action: Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-basetools.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-basetools.yml b/.github/workflows/release-basetools.yml index 03f609f705..ce43762714 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: |