mirror of
https://github.com/curl/curl.git
synced 2026-06-02 07:54:15 +03: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
1 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue