From 4aed9cb7d06b6522b1879687897fc9b752c887a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:50:15 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 01366e40..5aa1c9db 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -844,7 +844,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 59b36782..7219c99e 100644 --- a/.github/workflows/pigz.yml +++ b/.github/workflows/pigz.yml @@ -144,7 +144,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true -- 2.47.3