From 3e9f307485eb866df3026609812b84f6d1f334d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:30:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 e5ccea85f0..15043265a4 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -153,17 +153,17 @@ jobs: fail-fast: false steps: - name: Download pkg-${{env.ARCH_NAME}} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: pkg-${{env.ARCH_NAME}} path: pkg-${{env.ARCH_NAME}} - name: Download bundle-artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bundle-artifacts path: bundle-artifacts - name: Download build-installers.tgz - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-installers.tgz - name: Configure Git for Windows SDK