5151
5252 # Get files created by release script
5353 - name : Get tgz-tarball (Linux_coverage)
54- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
54+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5555 with :
5656 name : tgz-tarball
5757 path : ${{ github.workspace }}
@@ -113,7 +113,7 @@ jobs:
113113
114114 # Save log files created by CTest script
115115 - name : Save log (Linux_coverage)
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v5
117117 with :
118118 name : clang-coverage-log
119119 path : ${{ runner.workspace }}/hdf5/hdf5.log
@@ -131,7 +131,7 @@ jobs:
131131 sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
132132
133133 - name : add clang to env
134- uses : KyleMayes/install-llvm-action@v2.0.7
134+ uses : KyleMayes/install-llvm-action@v2.0.8
135135 id : setup-clang
136136 with :
137137 env : true
@@ -152,7 +152,7 @@ jobs:
152152
153153 # Get files created by release script
154154 - name : Get tgz-tarball (Linux_Leak)
155- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
155+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
156156 with :
157157 name : tgz-tarball
158158 path : ${{ github.workspace }}
@@ -214,7 +214,7 @@ jobs:
214214
215215 # Save log files created by CTest script
216216 - name : Save log (Linux_Leak)
217- uses : actions/upload-artifact@v4
217+ uses : actions/upload-artifact@v5
218218 with :
219219 name : leak-ubuntu-log
220220 path : ${{ runner.workspace }}/hdf5/hdf5.log
@@ -232,7 +232,7 @@ jobs:
232232 sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
233233
234234 - name : add clang to env
235- uses : KyleMayes/install-llvm-action@v2.0.7
235+ uses : KyleMayes/install-llvm-action@v2.0.8
236236 id : setup-clang
237237 with :
238238 env : true
@@ -253,7 +253,7 @@ jobs:
253253
254254 # Get files created by release script
255255 - name : Get tgz-tarball (Linux_Address)
256- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
256+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
257257 with :
258258 name : tgz-tarball
259259 path : ${{ github.workspace }}
@@ -315,7 +315,7 @@ jobs:
315315
316316 # Save log files created by CTest script
317317 - name : Save log (Linux_Address)
318- uses : actions/upload-artifact@v4
318+ uses : actions/upload-artifact@v5
319319 with :
320320 name : address-ubuntu-log
321321 path : ${{ runner.workspace }}/hdf5/hdf5.log
@@ -333,7 +333,7 @@ jobs:
333333 sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
334334
335335 - name : add clang to env
336- uses : KyleMayes/install-llvm-action@v2.0.7
336+ uses : KyleMayes/install-llvm-action@v2.0.8
337337 id : setup-clang
338338 with :
339339 env : true
@@ -354,7 +354,7 @@ jobs:
354354
355355 # Get files created by release script
356356 - name : Get tgz-tarball (Linux_UndefinedBehavior)
357- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
357+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
358358 with :
359359 name : tgz-tarball
360360 path : ${{ github.workspace }}
@@ -416,7 +416,7 @@ jobs:
416416
417417 # Save log files created by CTest script
418418 - name : Save log (Linux_UndefinedBehavior)
419- uses : actions/upload-artifact@v4
419+ uses : actions/upload-artifact@v5
420420 with :
421421 name : undefined-ubuntu-log
422422 path : ${{ runner.workspace }}/hdf5/hdf5.log
0 commit comments