@@ -106,7 +106,7 @@ jobs:
106106 if : success() || failure()
107107
108108 - name : Upload cloud test results
109- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
110110 if : success() || failure() # run this step even if previous step failed
111111 with : # upload a combined archive with unit and integration test results
112112 name : cloud-test-results-aks-${{ matrix.k8s-version }}
@@ -115,7 +115,7 @@ jobs:
115115 .github/terraform/aks/aks-${{ matrix.k8s-version }}.json
116116
117117 - name : Upload test logs artifact
118- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119 if : failure()
120120 with :
121121 name : test-logs-aks-${{ matrix.k8s-version }}
@@ -188,14 +188,14 @@ jobs:
188188 if : success() || failure()
189189
190190 - name : Upload test results
191- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
192192 if : success() || failure() # run this step even if previous step failed
193193 with : # upload a combined archive with unit and integration test results
194194 name : cloud-test-results-eks-${{ matrix.k8s-version }}
195195 path : integration-tests-eks-${{ matrix.k8s-version }}.xml
196196
197197 - name : Upload test logs artifact
198- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
199199 if : failure()
200200 with :
201201 name : test-logs-eks-${{ matrix.k8s-version }}
@@ -272,14 +272,14 @@ jobs:
272272 if : success() || failure()
273273
274274 - name : Upload test results
275- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
275+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
276276 if : success() || failure() # run this step even if previous step failed
277277 with : # upload a combined archive with unit and integration test results
278278 name : cloud-test-results-gke-${{ matrix.k8s-version }}
279279 path : integration-tests-gke-${{ matrix.k8s-version }}.xml
280280
281281 - name : Upload test logs artifact
282- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
282+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
283283 if : failure()
284284 with :
285285 name : test-logs-gke-${{ matrix.k8s-version }}
0 commit comments