@@ -86,27 +86,27 @@ jobs:
8686 echo "url=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
8787
8888 - name : Download build artifacts
89- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
89+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
9090 with :
9191 name : ${{ inputs.artifact-name }}
9292 path : dist
9393
9494 - name : Download test results
95- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
95+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
9696 with :
9797 pattern : " *-test-results"
9898 merge-multiple : true
9999 path : test-results
100100
101101 - name : Download security results
102- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
102+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
103103 with :
104104 pattern : " *-security-results"
105105 merge-multiple : true
106106 path : security-results
107107
108108 - name : Download quality results
109- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
109+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
110110 with :
111111 pattern : " *-quality-results"
112112 merge-multiple : true
@@ -176,7 +176,7 @@ jobs:
176176 EOF
177177
178178 - name : Upload technical review report
179- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
179+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
180180 with :
181181 name : technical-review-report
182182 path : technical-review-report.md
@@ -194,7 +194,7 @@ jobs:
194194 echo "url=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
195195
196196 - name : Download technical review report
197- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
197+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
198198 with :
199199 name : technical-review-report
200200 path : qa-review
@@ -224,7 +224,7 @@ jobs:
224224 runs-on : ubuntu-latest
225225 steps :
226226 - name : Download technical review report
227- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
227+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
228228 with :
229229 name : technical-review-report
230230
0 commit comments