9797        CONFIGURE_ARGS : --with-native-debug-symbols=none 
9898
9999    #  pinned at v3 to as Node.js 20.x is not supported on Centos 7
100-     - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32   #  v3.1.3 
100+     - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
101101      name : Collect and Archive Artifacts 
102102      with :
103103        name : ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} 
@@ -120,7 +120,7 @@ jobs:
120120        vendor_testBranches : " ${{ github.head_ref }}" 
121121        vendor_testDirs : " /test/functional" 
122122    #  pinned at v3 to as Node.js 20.x is not supported on Centos 7
123-     - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32   #  v3.1.3 
123+     - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
124124      name : Collect and Archive SmokeTest Results 
125125      if : failure() 
126126      with :
@@ -188,7 +188,7 @@ jobs:
188188        TARGET_OS : mac 
189189        FILENAME : OpenJDK.tar.gz 
190190
191-     - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3   #  v4.3.1 
191+     - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
192192      name : Collect and Archive Artifacts 
193193      with :
194194        name : ${{matrix.version.name}}-${{matrix.os}}-${{matrix.variant}} 
@@ -211,7 +211,7 @@ jobs:
211211        vendor_testRepos : " ${{ github.event.pull_request.head.repo.html_url }}.git" 
212212        vendor_testBranches : " ${{ github.head_ref }}" 
213213        vendor_testDirs : " /test/functional" 
214-     - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3   #  v4.3.1 
214+     - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
215215      name : Collect and Archive SmokeTest Results 
216216      if : failure() 
217217      with :
@@ -409,7 +409,7 @@ jobs:
409409         FILENAME : OpenJDK.zip 
410410         BUILD_ARGS : --create-sbom 
411411
412-      - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3   #  v4.3.1 
412+      - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
413413       name : Collect and Archive Artifacts 
414414       with :
415415         name : ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} 
@@ -442,7 +442,7 @@ jobs:
442442         vendor_testRepos : " ${{ github.event.pull_request.head.repo.html_url }}.git" 
443443         vendor_testBranches : " ${{ github.head_ref }}" 
444444         vendor_testDirs : " /test/functional" 
445-      - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3   #  v4.3.1 
445+      - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b   #  v4.3.4 
446446       name : Collect and Archive SmokeTest Results 
447447       if : failure() 
448448       with :
0 commit comments