From 14c089db0de23d0d733c1f2a89612a636dcb9949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:33:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/linux-gcc-musl.yml | 2 +- .github/workflows/linux-gcc.yml | 2 +- .github/workflows/linux-llvm.yml | 2 +- .github/workflows/linux-mingw.yml | 2 +- .github/workflows/macos-gcc.yml | 2 +- .github/workflows/windows-mingw.yml | 2 +- .github/workflows/windows-vs2022.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux-gcc-musl.yml b/.github/workflows/linux-gcc-musl.yml index 5de2af2..bd26965 100644 --- a/.github/workflows/linux-gcc-musl.yml +++ b/.github/workflows/linux-gcc-musl.yml @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/linux-gcc.yml b/.github/workflows/linux-gcc.yml index 047a91d..bd9919d 100644 --- a/.github/workflows/linux-gcc.yml +++ b/.github/workflows/linux-gcc.yml @@ -120,7 +120,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/linux-llvm.yml b/.github/workflows/linux-llvm.yml index 2f30b88..c7611bd 100644 --- a/.github/workflows/linux-llvm.yml +++ b/.github/workflows/linux-llvm.yml @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/linux-mingw.yml b/.github/workflows/linux-mingw.yml index 4f3dd8a..09182bb 100644 --- a/.github/workflows/linux-mingw.yml +++ b/.github/workflows/linux-mingw.yml @@ -68,7 +68,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/macos-gcc.yml b/.github/workflows/macos-gcc.yml index a14e230..1e72e6c 100644 --- a/.github/workflows/macos-gcc.yml +++ b/.github/workflows/macos-gcc.yml @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/windows-mingw.yml b/.github/workflows/windows-mingw.yml index 261de41..9f8edd7 100644 --- a/.github/workflows/windows-mingw.yml +++ b/.github/workflows/windows-mingw.yml @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }} diff --git a/.github/workflows/windows-vs2022.yml b/.github/workflows/windows-vs2022.yml index a8f7cdc..f1e1430 100644 --- a/.github/workflows/windows-vs2022.yml +++ b/.github/workflows/windows-vs2022.yml @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.arch }}