|
23 | 23 | run: choco install ninja |
24 | 24 |
|
25 | 25 | - name: Set up JDK 19 |
26 | | - uses: actions/setup-java@v4 |
| 26 | + uses: actions/setup-java@v5 |
27 | 27 | with: |
28 | 28 | java-version: '19' |
29 | 29 | distribution: 'temurin' |
|
33 | 33 |
|
34 | 34 | # Get files created by cmake-ctest script |
35 | 35 | - name: Get published binary (Windows) |
36 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
| 36 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
37 | 37 | with: |
38 | 38 | name: zip-vs2022_cl-${{ inputs.build_mode }}-binary |
39 | 39 | path: ${{ github.workspace }}/hdf5 |
@@ -101,13 +101,13 @@ jobs: |
101 | 101 | sudo apt-get install ninja-build doxygen graphviz |
102 | 102 |
|
103 | 103 | - name: Set up JDK 19 |
104 | | - uses: actions/setup-java@v4 |
| 104 | + uses: actions/setup-java@v5 |
105 | 105 | with: |
106 | 106 | java-version: '19' |
107 | 107 | distribution: 'temurin' |
108 | 108 |
|
109 | 109 | - name: Get published binary (Linux) |
110 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
| 110 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
111 | 111 | with: |
112 | 112 | name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary |
113 | 113 | path: ${{ github.workspace }} |
@@ -153,13 +153,13 @@ jobs: |
153 | 153 | run: brew install ninja doxygen |
154 | 154 |
|
155 | 155 | - name: Set up JDK 21 |
156 | | - uses: actions/setup-java@v4 |
| 156 | + uses: actions/setup-java@v5 |
157 | 157 | with: |
158 | 158 | java-version: '21' |
159 | 159 | distribution: 'temurin' |
160 | 160 |
|
161 | 161 | - name: Get published binary (MacOS_latest) |
162 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
| 162 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
163 | 163 | with: |
164 | 164 | name: tgz-macos14_clang-${{ inputs.build_mode }}-binary |
165 | 165 | path: ${{ github.workspace }} |
@@ -216,13 +216,13 @@ jobs: |
216 | 216 | sudo apt-get install ninja-build doxygen graphviz |
217 | 217 |
|
218 | 218 | - name: Set up JDK 19 |
219 | | - uses: actions/setup-java@v4 |
| 219 | + uses: actions/setup-java@v5 |
220 | 220 | with: |
221 | 221 | java-version: '19' |
222 | 222 | distribution: 'temurin' |
223 | 223 |
|
224 | 224 | - name: Get published binary (Linux) |
225 | | - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
| 225 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
226 | 226 | with: |
227 | 227 | name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary |
228 | 228 | path: ${{ github.workspace }} |
|
0 commit comments