From 5548ec9b7fd6c5ac29b241fc4c9827d6b32b3752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:09:49 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/git-artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index 09e2b4f728..3d81f37ecb 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -140,17 +140,17 @@ jobs: fail-fast: false steps: - name: Download pkg-${{env.ARCH_NAME}} - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: pkg-${{env.ARCH_NAME}} path: pkg-${{env.ARCH_NAME}} - name: Download bundle-artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bundle-artifacts path: bundle-artifacts - name: Download build-installers.tgz - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build-installers.tgz - name: Configure Git for Windows SDK