@@ -101,7 +101,7 @@ jobs:
101101 packages : write
102102 steps :
103103 - name : Download source archive
104- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
104+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
105105 with :
106106 name : release-source
107107 - name : Extract source archive
@@ -174,7 +174,7 @@ jobs:
174174 MACOSX_DEPLOYMENT_TARGET : " 14.0"
175175 steps :
176176 - name : Download source archive
177- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
177+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
178178 with :
179179 name : release-source
180180 - name : Extract source archive
@@ -302,7 +302,7 @@ jobs:
302302 arch : " x86_64"
303303 steps :
304304 - name : Download source archive
305- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
305+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
306306 with :
307307 name : release-source
308308 - name : Extract source archive
@@ -375,7 +375,7 @@ jobs:
375375 - jni-windows
376376 steps :
377377 - name : Download artifacts
378- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
378+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
379379 with :
380380 path : artifacts
381381 - name : Decompress artifacts
@@ -456,11 +456,11 @@ jobs:
456456 with :
457457 cache : ' pip'
458458 - name : Download source archive
459- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
459+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
460460 with :
461461 name : release-source
462462 - name : Download Javadocs
463- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
463+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
464464 with :
465465 name : reference
466466 - name : Extract source archive
@@ -525,7 +525,7 @@ jobs:
525525 cp ../.asf.yaml ./
526526 git add .nojekyll .asf.yaml
527527 - name : Download
528- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
528+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
529529 with :
530530 name : release-html
531531 - name : Extract
@@ -561,7 +561,7 @@ jobs:
561561 - ubuntu-latest
562562 steps :
563563 - name : Download release artifacts
564- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
564+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
565565 with :
566566 pattern : release-*
567567 - name : Verify
@@ -595,7 +595,7 @@ jobs:
595595 contents : write
596596 steps :
597597 - name : Download release artifacts
598- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
598+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
599599 with :
600600 pattern : release-*
601601 path : artifacts
0 commit comments