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:
dependabot[bot] 2024-01-02 22:32:38 +00:00 коммит произвёл Daniel Stenberg
Родитель f712af2891
Коммит 03fcddba22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 3 добавлений и 3 удалений

6
.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'