mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Bump suisei-cn/actions-download-file from 1.4.0 to 1.6.0
Bumps [suisei-cn/actions-download-file](https://github.com/suisei-cn/actions-download-file) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/suisei-cn/actions-download-file/releases) - [Commits](https://github.com/suisei-cn/actions-download-file/compare/v1.4.0...v1.6.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: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23425)
This commit is contained in:
parent
6ca1d3ee81
commit
62ecad5378
2
.github/workflows/os-zoo.yml
vendored
2
.github/workflows/os-zoo.yml
vendored
@ -153,7 +153,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.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
@ -47,7 +47,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake /S
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -131,7 +131,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake # verbose, so no /S here
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.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.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
working-directory: _build
|
||||
run: nmake
|
||||
- name: download coreinfo
|
||||
uses: suisei-cn/actions-download-file@v1.4.0
|
||||
uses: suisei-cn/actions-download-file@v1.6.0
|
||||
with:
|
||||
url: "https://download.sysinternals.com/files/Coreinfo.zip"
|
||||
target: _build/coreinfo/
|
||||
|
Loading…
Reference in New Issue
Block a user