Commit b93ebf6 1 parent cdd86f1 commit b93ebf6 Copy full SHA for b93ebf6
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -127,21 +127,21 @@ jobs:
127
127
MAVEN_OPTS : -Djansi.force=true
128
128
- name : Upload unit test results
129
129
if : ${{ failure() }}
130
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
131
131
with :
132
132
name : surefire-reports-${{ matrix.profile.name }}
133
133
path : ./**/target/surefire-reports/
134
134
if-no-files-found : ignore
135
135
- name : Upload integration test results
136
136
if : ${{ failure() }}
137
- uses : actions/upload-artifact@v3
137
+ uses : actions/upload-artifact@v4
138
138
with :
139
139
name : failsafe-reports-${{ matrix.profile.name }}
140
140
path : ./**/target/failsafe-reports/
141
141
if-no-files-found : ignore
142
142
- name : Upload mini test logs
143
143
if : ${{ failure() }}
144
- uses : actions/upload-artifact@v3
144
+ uses : actions/upload-artifact@v4
145
145
with :
146
146
name : mini-tests-logs-${{ matrix.profile.name }}
147
147
path : ./**/target/**/mini-tests/**/logs/
Original file line number Diff line number Diff line change @@ -102,21 +102,21 @@ jobs:
102
102
MAVEN_OPTS : -Djansi.force=true
103
103
- name : Upload unit test results
104
104
if : ${{ failure() }}
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
name : surefire-reports
108
108
path : ./**/target/surefire-reports/
109
109
if-no-files-found : ignore
110
110
- name : Upload integration test results
111
111
if : ${{ failure() }}
112
- uses : actions/upload-artifact@v3
112
+ uses : actions/upload-artifact@v4
113
113
with :
114
114
name : failsafe-reports
115
115
path : ./**/target/failsafe-reports/
116
116
if-no-files-found : ignore
117
117
- name : Upload mini test logs
118
118
if : ${{ failure() }}
119
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : mini-tests-logs
122
122
path : ./**/target/**/mini-tests/**/logs/
Original file line number Diff line number Diff line change @@ -111,21 +111,21 @@ jobs:
111
111
MAVEN_OPTS : -Djansi.force=true
112
112
- name : Upload unit test results
113
113
if : ${{ failure() }}
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
name : surefire-reports-${{ matrix.profile.name }}
117
117
path : ./**/target/surefire-reports/
118
118
if-no-files-found : ignore
119
119
- name : Upload integration test results
120
120
if : ${{ failure() }}
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : failsafe-reports-${{ matrix.profile.name }}
124
124
path : ./**/target/failsafe-reports/
125
125
if-no-files-found : ignore
126
126
- name : Upload mini test logs
127
127
if : ${{ failure() }}
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
with :
130
130
name : mini-tests-logs-${{ matrix.profile.name }}
131
131
path : ./**/target/**/mini-tests/**/logs/
You can’t perform that action at this time.
0 commit comments