@@ -177,7 +177,7 @@ jobs:
177
177
178
178
- name : Upload JUnit
179
179
if : ${{ always() }}
180
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
180
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
181
181
with :
182
182
name : cilium-junits
183
183
path : cilium-junit*.xml
@@ -193,7 +193,7 @@ jobs:
193
193
194
194
- name : Upload sysdump
195
195
if : ${{ !success() }}
196
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
196
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
197
197
with :
198
198
name : cilium-sysdumps
199
199
path : cilium-sysdump-*.zip
@@ -336,7 +336,7 @@ jobs:
336
336
337
337
- name : Upload JUnit
338
338
if : ${{ always() }}
339
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
339
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
340
340
with :
341
341
name : cilium-junits-helm-upgrade-clustermesh
342
342
path : cilium-junit*.xml
@@ -355,15 +355,15 @@ jobs:
355
355
356
356
- name : Upload sysdump from cluster 1
357
357
if : ${{ !success() }}
358
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
358
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
359
359
with :
360
360
name : cilium-sysdump-out-c1.zip
361
361
path : cilium-sysdump-out-c1.zip
362
362
retention-days : 5
363
363
364
364
- name : Upload sysdump from cluster 2
365
365
if : ${{ !success() }}
366
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
366
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
367
367
with :
368
368
name : cilium-sysdump-out-c2.zip
369
369
path : cilium-sysdump-out-c2.zip
0 commit comments