From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:04:03 +0000 (+0000) Subject: Bump actions/download-artifact from 5 to 6 X-Git-Tag: 2.3.0-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c947c01bfe60360974dd6f30ffac2c2aaa2074;p=thirdparty%2Fzlib-ng.git 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] --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 21e061888..513a2806c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -887,7 +887,7 @@ jobs: show-progress: false - name: Download all reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true diff --git a/.github/workflows/pigz.yml b/.github/workflows/pigz.yml index 9840e52c0..6622bf7bc 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@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true