@@ -101,7 +101,7 @@ jobs:
101101 packages : write
102102 steps :
103103 - name : Download source archive
104- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
104+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
105105 with :
106106 name : release-source
107107 - name : Extract source archive
@@ -168,7 +168,7 @@ jobs:
168168 MACOSX_DEPLOYMENT_TARGET : " 14.0"
169169 steps :
170170 - name : Download source archive
171- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
171+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
172172 with :
173173 name : release-source
174174 - name : Extract source archive
@@ -296,7 +296,7 @@ jobs:
296296 arch : " x86_64"
297297 steps :
298298 - name : Download source archive
299- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
299+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
300300 with :
301301 name : release-source
302302 - name : Extract source archive
@@ -369,7 +369,7 @@ jobs:
369369 - jni-windows
370370 steps :
371371 - name : Download artifacts
372- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
372+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
373373 with :
374374 path : artifacts
375375 - name : Decompress artifacts
@@ -450,11 +450,11 @@ jobs:
450450 with :
451451 cache : ' pip'
452452 - name : Download source archive
453- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
453+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
454454 with :
455455 name : release-source
456456 - name : Download Javadocs
457- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
457+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
458458 with :
459459 name : reference
460460 - name : Extract source archive
@@ -519,7 +519,7 @@ jobs:
519519 cp ../.asf.yaml ./
520520 git add .nojekyll .asf.yaml
521521 - name : Download
522- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
522+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
523523 with :
524524 name : release-html
525525 - name : Extract
@@ -555,7 +555,7 @@ jobs:
555555 - ubuntu-latest
556556 steps :
557557 - name : Download release artifacts
558- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
558+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
559559 with :
560560 pattern : release-*
561561 - name : Verify
@@ -589,7 +589,7 @@ jobs:
589589 contents : write
590590 steps :
591591 - name : Download release artifacts
592- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
592+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
593593 with :
594594 pattern : release-*
595595 path : artifacts
0 commit comments