summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-04 17:03:39 +0000
committerTomas Mraz <tomas@openssl.org>2023-10-04 19:14:20 +0200
commit456e6ca5d73972cdb4228e6c5ec9acdf19237308 (patch)
treee7f1160fe5b2c19d085c4e760ad09536d3a91daf
parent831602922f19a8f39d0c0fae425b81e9ab402c69 (diff)
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)
-rw-r--r--.github/workflows/os-zoo.yml2
-rw-r--r--.github/workflows/windows.yml6
-rw-r--r--.github/workflows/windows_comp.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml
index d3dc6770c3..29137bd7c7 100644
--- a/.github/workflows/os-zoo.yml
+++ b/.github/workflows/os-zoo.yml
@@ -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/
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 29ad9689e9..806bc25f55 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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/
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml
index 3ffd5f2e72..bf2e89ed71 100644
--- a/.github/workflows/windows_comp.yml
+++ b/.github/workflows/windows_comp.yml
@@ -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/