Skip to content

Commit 7f7d7ab

Browse files
inosmeetnamkyu1999
andauthored
ci: update artifact version (#5050)
Signed-off-by: Meet Soni <[email protected]> Co-authored-by: Namkyu Park <[email protected]>
1 parent 8127e0d commit 7f7d7ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sanitizer: ${{ matrix.sanitizer }}
3333
output-sarif: true
3434
- name: Upload Crash
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
if: failure() && steps.build.outcome == 'success'
3737
with:
3838
name: ${{ matrix.sanitizer }}-artifacts

.github/workflows/e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
directory: ${{ matrix.path }}
7777

7878
- name: upload docker artifacts
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: Docker-Images
8282
path: Images
@@ -110,7 +110,7 @@ jobs:
110110
kubectl get pods -n kube-system
111111
112112
- name: download docker artifacts
113-
uses: actions/download-artifact@v2
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: Docker-Images
116116
path: Images
@@ -216,4 +216,3 @@ jobs:
216216
- name: Deleting KinD cluster
217217
if: always()
218218
run: kind delete cluster
219-

0 commit comments

Comments
 (0)