From 53abd150bca334b424c966def67f0c06258aaec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:03:46 +0000 Subject: 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/cmake.yml | 2 +- .github/workflows/pigz.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9d7474d7b2..973c82a640 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -932,7 +932,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 5c233ec91b..ecf67f354e 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -147,7 +147,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true -- cgit 0.0.5-2-1-g0f52