mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
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] <support@github.com> Closes #12626
This commit is contained in:
parent
f712af2891
commit
03fcddba22
6
.github/workflows/distcheck.yml
vendored
6
.github/workflows/distcheck.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user