File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
sanitizer : ${{ matrix.sanitizer }}
33
33
output-sarif : true
34
34
- name : Upload Crash
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
if : failure() && steps.build.outcome == 'success'
37
37
with :
38
38
name : ${{ matrix.sanitizer }}-artifacts
Original file line number Diff line number Diff line change 76
76
directory : ${{ matrix.path }}
77
77
78
78
- name : upload docker artifacts
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : Docker-Images
82
82
path : Images
@@ -110,7 +110,7 @@ jobs:
110
110
kubectl get pods -n kube-system
111
111
112
112
- name : download docker artifacts
113
- uses : actions/download-artifact@v2
113
+ uses : actions/download-artifact@v4
114
114
with :
115
115
name : Docker-Images
116
116
path : Images
@@ -216,4 +216,3 @@ jobs:
216
216
- name : Deleting KinD cluster
217
217
if : always()
218
218
run : kind delete cluster
219
-
You can’t perform that action at this time.
0 commit comments