Commit 4881765 1 parent 481180e commit 4881765 Copy full SHA for 4881765
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ jobs:
64
64
with :
65
65
name : logs-ubuntu
66
66
path : build/testclusters/integTest-*/logs/*
67
+ overwrite : true
67
68
68
69
- name : Upload Artifacts
69
70
uses : actions/upload-artifact@v4
70
71
with :
71
72
name : query-insights-plugin-${{ matrix.os }}
72
73
path : query-insights-artifacts
74
+ overwrite : true
73
75
74
76
build-windows-macos :
75
77
env :
@@ -122,16 +124,19 @@ jobs:
122
124
with :
123
125
name : logs-mac
124
126
path : build/testclusters/integTest-*/logs/*
127
+ overwrite : true
125
128
126
129
- name : Upload failed logs
127
130
uses : actions/upload-artifact@v4
128
131
if : ${{ failure() && matrix.os == 'windows-latest' }}
129
132
with :
130
133
name : logs-windows
131
134
path : build\testclusters\integTest-*\logs\*
135
+ overwrite : true
132
136
133
137
- name : Upload Artifacts
134
138
uses : actions/upload-artifact@v4
135
139
with :
136
140
name : query-insights-plugin-${{ matrix.os }}
137
141
path : query-insights-artifacts
142
+ overwrite : true
You can’t perform that action at this time.
0 commit comments