summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 17:50:56 +0000
committerTomas Mraz <tomas@openssl.org>2024-01-30 16:36:47 +0100
commitc44ce7fed3899737e228820781dcef9aa95a7a4c (patch)
treecea4e8fd9051a516e0f5d6d747f76ff94e17ef67 /.github/workflows
parentc3f27b527ecf67bae5625f48f9a9ed98c8acbc33 (diff)
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) (cherry picked from commit 62ecad5378067ab1f702ef2381c2f4a279d15250)
Diffstat (limited to '.github/workflows')
-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 2775208328..cf06cd5c4d 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.4.0
+ uses: suisei-cn/actions-download-file@v1.6.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 1892b08481..ea0f91b207 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.4.0
+ uses: suisei-cn/actions-download-file@v1.6.0
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
@@ -93,7 +93,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/
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml
index abcc0ad019..dda158fb79 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.4.0
+ uses: suisei-cn/actions-download-file@v1.6.0
with:
url: "https://download.sysinternals.com/files/Coreinfo.zip"
target: _build/coreinfo/
@@ -81,7 +81,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/