From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:32:38 +0000 (+0000) Subject: build(deps): bump actions/download-artifact from 3 to 4 X-Git-Tag: curl-8_6_0~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03fcddba2242a16206b17e8a8be5ad503c0f29a8;p=thirdparty%2Fcurl.git build(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Closes #12626 --- diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 6c050f5174..d63cd46846 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz' @@ -86,7 +86,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz' @@ -107,7 +107,7 @@ jobs: timeout-minutes: 30 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: 'release-tgz'