summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-bintest.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 14:38:11 (GMT)
committerGitHub <noreply@github.com>2024-03-04 14:38:11 (GMT)
commit21a1d7dfb1e5d5ea5986ac79dd02d435219e517a (patch)
tree08ff25c0619a434b7d5b5799dfd51f3a6e1115a5 /.github/workflows/cmake-bintest.yml
parentcc50a78000a7dc536ecff0f62b7206708987bc7d (diff)
downloadhdf5-21a1d7dfb1e5d5ea5986ac79dd02d435219e517a.zip
hdf5-21a1d7dfb1e5d5ea5986ac79dd02d435219e517a.tar.gz
hdf5-21a1d7dfb1e5d5ea5986ac79dd02d435219e517a.tar.bz2
Bump the github-actions group with 2 updates (#4054)
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
Diffstat (limited to '.github/workflows/cmake-bintest.yml')
-rw-r--r--.github/workflows/cmake-bintest.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml
index 2dd136c..6c1506f 100644
--- a/.github/workflows/cmake-bintest.yml
+++ b/.github/workflows/cmake-bintest.yml
@@ -35,7 +35,7 @@ jobs:
# Get files created by cmake-ctest script
- name: Get published binary (Windows)
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: zip-vs2022_cl-${{ inputs.build_mode }}-binary
path: ${{ github.workspace }}/hdf5
@@ -107,7 +107,7 @@ jobs:
distribution: 'temurin'
- name: Get published binary (Linux)
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: tgz-ubuntu-2204_gcc-${{ inputs.build_mode }}-binary
path: ${{ github.workspace }}
@@ -165,7 +165,7 @@ jobs:
distribution: 'temurin'
- name: Get published binary (MacOS)
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: tgz-osx12-${{ inputs.build_mode }}-binary
path: ${{ github.workspace }}