From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:50:15 +0000 (+0000) Subject: Bump actions/download-artifact from 4 to 5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aed9cb7d06b6522b1879687897fc9b752c887a6;p=thirdparty%2Fzlib-ng.git 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] --- 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