Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-03 21:31:25 +00:00 коммит произвёл GitHub
Родитель cd41ca2f73
Коммит b701322a4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 4 удалений

8
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -92,22 +92,22 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Get Windows x86 Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-x86
path: build/libs/msvc/Win32/src/Release
- name: Get Windows x64 Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-x64
path: build/libs/msvc/x64/src/Release
- name: Get Linux Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: linux-x64
path: build/libs/x86_64/Release/src
- name: Get MacOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: osx-x64
path: build/libs/x86_64/Release/src