mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Bump suisei-cn/actions-download-file from 1.3.0 to 1.4.0
Bumps [suisei-cn/actions-download-file](https://github.com/suisei-cn/actions-download-file) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/suisei-cn/actions-download-file/releases) - [Commits](https://github.com/suisei-cn/actions-download-file/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: suisei-cn/actions-download-file dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22268)
This commit is contained in:
parent
831602922f
commit
456e6ca5d7
2
.github/workflows/os-zoo.yml
vendored
2
.github/workflows/os-zoo.yml
vendored
@ -154,7 +154,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -129,7 +129,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake # verbose, so no /S here
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
|
4
.github/workflows/windows_comp.yml
vendored
4
.github/workflows/windows_comp.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.3.0
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
|
Loading…
Reference in New Issue
Block a user