@@ -102,7 +102,7 @@ jobs:
102102
103103 # Get files created by release script
104104 - name : Get zip-tarball (Windows)
105- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
105+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
106106 with :
107107 name : zip-tarball
108108 path : ${{ github.workspace }}
@@ -149,7 +149,7 @@ jobs:
149149 shell : bash
150150
151151 - name : Sign files with Trusted Signing
152- uses : azure/trusted-signing-action@v0.5.10
152+ uses : azure/trusted-signing-action@v0.5.11
153153 with :
154154 azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
155155 azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
@@ -191,14 +191,14 @@ jobs:
191191
192192 # Save files created by ctest script
193193 - name : Save published binary (Windows)
194- uses : actions/upload-artifact@v5
194+ uses : actions/upload-artifact@v6
195195 with :
196196 name : zip-vs2022_cl-binary
197197 path : ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.zip
198198 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
199199
200200 - name : Save published msi binary (Windows)
201- uses : actions/upload-artifact@v5
201+ uses : actions/upload-artifact@v6
202202 with :
203203 name : msi-vs2022_cl-binary
204204 path : ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi
@@ -236,7 +236,7 @@ jobs:
236236
237237 # Get files created by release script
238238 - name : Get tgz-tarball (Linux)
239- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
239+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
240240 with :
241241 name : tgz-tarball
242242 path : ${{ github.workspace }}
@@ -288,29 +288,29 @@ jobs:
288288
289289 # Save files created by ctest script
290290 - name : Save published binary (Linux)
291- uses : actions/upload-artifact@v5
291+ uses : actions/upload-artifact@v6
292292 with :
293293 name : tgz-ubuntu-2404_gcc-binary
294294 path : ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.tar.gz
295295 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
296296
297297 - name : Save published binary deb (Linux)
298- uses : actions/upload-artifact@v5
298+ uses : actions/upload-artifact@v6
299299 with :
300300 name : deb-ubuntu-2404_gcc-binary
301301 path : ${{ runner.workspace }}/builddeb/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.deb
302302 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
303303
304304 - name : Save published binary rpm (Linux)
305- uses : actions/upload-artifact@v5
305+ uses : actions/upload-artifact@v6
306306 with :
307307 name : rpm-ubuntu-2404_gcc-binary
308308 path : ${{ runner.workspace }}/buildrpm/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.rpm
309309 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
310310
311311 # Save doxygen files created by ctest script
312312 - name : Save published doxygen (Linux)
313- uses : actions/upload-artifact@v5
313+ uses : actions/upload-artifact@v6
314314 with :
315315 name : docs-doxygen
316316 path : ${{ runner.workspace }}/hdf4/build/${{ inputs.preset_name }}-GNUC/hdf4lib_docs/html
@@ -380,7 +380,7 @@ jobs:
380380
381381 # Get files created by release script
382382 - name : Get tgz-tarball (MacOS_latest)
383- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
383+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
384384 with :
385385 name : tgz-tarball
386386 path : ${{ github.workspace }}
@@ -523,14 +523,14 @@ jobs:
523523
524524 # Save files created by ctest script
525525 - name : Save published binary (MacOS_latest)
526- uses : actions/upload-artifact@v5
526+ uses : actions/upload-artifact@v6
527527 with :
528528 name : tgz-macos14_clang-binary
529529 path : ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-macos14_clang.tar.gz
530530 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
531531
532532 - name : Save published dmg binary (MacOS_latest)
533- uses : actions/upload-artifact@v5
533+ uses : actions/upload-artifact@v6
534534 with :
535535 name : tgz-macos14_clang-dmg-binary
536536 path : ${{ runner.workspace }}/builddmg/${{ steps.set-file-base.outputs.FILE_BASE }}-macos14_clang.dmg
@@ -570,7 +570,7 @@ jobs:
570570
571571 # Get files created by release script
572572 - name : Get zip-tarball (Windows_intel)
573- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
573+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
574574 with :
575575 name : zip-tarball
576576 path : ${{ github.workspace }}
@@ -620,7 +620,7 @@ jobs:
620620 shell : pwsh
621621
622622 - name : Sign files with Trusted Signing (Windows_intel)
623- uses : azure/trusted-signing-action@v0.5.10
623+ uses : azure/trusted-signing-action@v0.5.11
624624 with :
625625 azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
626626 azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
@@ -662,14 +662,14 @@ jobs:
662662
663663 # Save files created by ctest script
664664 - name : Save published binary (Windows_intel)
665- uses : actions/upload-artifact@v5
665+ uses : actions/upload-artifact@v6
666666 with :
667667 name : zip-vs2022_intel-binary
668668 path : ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_intel.zip
669669 if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
670670
671671 - name : Save published msi binary (Windows_intel)
672- uses : actions/upload-artifact@v5
672+ uses : actions/upload-artifact@v6
673673 with :
674674 name : msi-vs2022_intel-binary
675675 path : ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_intel.msi
@@ -709,7 +709,7 @@ jobs:
709709
710710 # Get files created by release script
711711 - name : Get tgz-tarball (Linux_intel)
712- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
712+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
713713 with :
714714 name : tgz-tarball
715715 path : ${{ github.workspace }}
@@ -751,7 +751,7 @@ jobs:
751751
752752 # Save files created by ctest script
753753 - name : Save published binary (Linux_intel)
754- uses : actions/upload-artifact@v5
754+ uses : actions/upload-artifact@v6
755755 with :
756756 name : tgz-ubuntu-2404_intel-binary
757757 path : ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_intel.tar.gz
0 commit comments