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:
Родитель
cd41ca2f73
Коммит
b701322a4f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче