From 75cfbaf7cd9c4aa851f9458bd2098f1dcc1372dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:08:03 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-artifacts.yml | 4 ++-- .github/workflows/git-artifacts.yml | 6 +++--- .github/workflows/test-ci-artifacts.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-artifacts.yml b/.github/workflows/ci-artifacts.yml index 6407a40d2fb..a2b6c92f755 100644 --- a/.github/workflows/ci-artifacts.yml +++ b/.github/workflows/ci-artifacts.yml @@ -100,12 +100,12 @@ jobs: needs: test-minimal-sdk steps: - name: download minimal-sdk artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: minimal-sdk path: ${{github.workspace}} - name: download minimal-sdk artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: minimal-sdk-extra path: ${{github.workspace}} diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index 29b45c141a9..e9556d89bb3 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -141,17 +141,17 @@ jobs: fail-fast: false steps: - name: Download pkg-${{env.ARCH_NAME}} - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: pkg-${{env.ARCH_NAME}} path: pkg-${{env.ARCH_NAME}} - name: Download bundle-artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: bundle-artifacts path: bundle-artifacts - name: Download build-installers.tgz - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-installers.tgz - name: Configure Git for Windows SDK diff --git a/.github/workflows/test-ci-artifacts.yml b/.github/workflows/test-ci-artifacts.yml index 8a7ce0c2dda..751d9e17649 100644 --- a/.github/workflows/test-ci-artifacts.yml +++ b/.github/workflows/test-ci-artifacts.yml @@ -19,7 +19,7 @@ jobs: nr: [9, 6, 13, 0, 8, 5, 2, 16, 15, 11, 10, 1, 7, 3, 14, 12, 4] steps: - name: download minimal-sdk artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: minimal-sdk path: ${{github.workspace}} @@ -30,7 +30,7 @@ jobs: tar -C minimal-sdk -xzf git-sdk-x86_64-minimal.tar.gz && cygpath -aw minimal-sdk/usr/bin >>$GITHUB_PATH - name: download git artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: git-artifacts path: ${{github.workspace}} @@ -67,7 +67,7 @@ jobs: runs-on: windows-latest steps: - name: download minimal-sdk artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: minimal-sdk path: ${{github.workspace}}