Skip to content

Commit e2d1245

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update actions/upload-artifact action to v4.6.1
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 1432ef0 commit e2d1245

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/aks-byocni.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
- name: Upload artifacts
178178
if: ${{ !success() }}
179-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
179+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
180180
with:
181181
name: cilium-sysdump-out.zip
182182
path: cilium-sysdump-out.zip

.github/workflows/eks-tunnel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Upload artifacts
202202
if: ${{ !success() }}
203-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
203+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
204204
with:
205205
name: cilium-sysdump-out.zip
206206
path: cilium-sysdump-out.zip

.github/workflows/eks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Upload artifacts
195195
if: ${{ !success() }}
196-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
196+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
197197
with:
198198
name: cilium-sysdump-out.zip
199199
path: cilium-sysdump-out.zip

.github/workflows/gke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183

184184
- name: Upload artifacts
185185
if: ${{ !success() }}
186-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
186+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
187187
with:
188188
name: cilium-sysdump-out.zip
189189
path: cilium-sysdump-out.zip

.github/workflows/images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
# Upload artifact digests
104104
- name: Upload artifact digests
105-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
106106
with:
107107
name: image-digest ${{ matrix.name }}
108108
path: image-digest

.github/workflows/kind.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Upload JUnit
179179
if: ${{ always() }}
180-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
180+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
181181
with:
182182
name: cilium-junits
183183
path: cilium-junit*.xml
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Upload sysdump
195195
if: ${{ !success() }}
196-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
196+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
197197
with:
198198
name: cilium-sysdumps
199199
path: cilium-sysdump-*.zip
@@ -336,7 +336,7 @@ jobs:
336336
337337
- name: Upload JUnit
338338
if: ${{ always() }}
339-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
339+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
340340
with:
341341
name: cilium-junits-helm-upgrade-clustermesh
342342
path: cilium-junit*.xml
@@ -355,15 +355,15 @@ jobs:
355355

356356
- name: Upload sysdump from cluster 1
357357
if: ${{ !success() }}
358-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
358+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
359359
with:
360360
name: cilium-sysdump-out-c1.zip
361361
path: cilium-sysdump-out-c1.zip
362362
retention-days: 5
363363

364364
- name: Upload sysdump from cluster 2
365365
if: ${{ !success() }}
366-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
366+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
367367
with:
368368
name: cilium-sysdump-out-c2.zip
369369
path: cilium-sysdump-out-c2.zip

.github/workflows/multicluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Upload artifacts
291291
if: ${{ !success() }}
292-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
292+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
293293
with:
294294
name: cilium-sysdump-out.zip
295295
path: |

0 commit comments

Comments
 (0)