File tree 14 files changed +22
-22
lines changed
14 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- name : ' Upload generated test plan'
74
74
if : always()
75
- uses : actions/upload-artifact@v4
75
+ uses : actions/upload-artifact@v3
76
76
with :
77
77
name : ' testplan'
78
78
path : |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
104
104
- name : ' Upload generated test plan'
105
105
if : always()
106
- uses : actions/upload-artifact@v4
106
+ uses : actions/upload-artifact@v3
107
107
with :
108
108
name : ' testplan'
109
109
path : |
@@ -1420,7 +1420,7 @@ jobs:
1420
1420
SLACK_WEBHOOK : " ${{ secrets.SLACK_WEBHOOK_URL }}"
1421
1421
steps :
1422
1422
- name : ' Download job results'
1423
- uses : actions/download-artifact@v4
1423
+ uses : actions/download-artifact@v3
1424
1424
with :
1425
1425
name : testplan
1426
1426
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
SLACK_WEBHOOK : " ${{ secrets.SLACK_WEBHOOK_URL }}"
109
109
steps :
110
110
- name : ' Download job results'
111
- uses : actions/download-artifact@v4
111
+ uses : actions/download-artifact@v3
112
112
with :
113
113
name : testplan
114
114
Original file line number Diff line number Diff line change 95
95
- name : Upload Artifacts
96
96
# yamllint enable rule:line-length
97
97
if : always()
98
- uses : actions/upload-artifact@v4
98
+ uses : actions/upload-artifact@v3
99
99
with :
100
100
name : testplan
101
101
path : |
Original file line number Diff line number Diff line change 41
41
42
42
- name : Upload Artifacts
43
43
if : always()
44
- uses : actions/upload-artifact@v4
44
+ uses : actions/upload-artifact@v3
45
45
with :
46
46
name : testplan
47
47
path : |
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ runs:
117
117
118
118
- name : Upload Codeception Log
119
119
if : always()
120
- uses : actions/upload-artifact@v4
120
+ uses : actions/upload-artifact@v3
121
121
with :
122
122
name : ${{ inputs.logfile_artifact }}
123
123
path : ${{ inputs.logfile }}
@@ -126,7 +126,7 @@ runs:
126
126
127
127
- name : Upload Codeception Artifacts
128
128
if : always()
129
- uses : actions/upload-artifact@v4
129
+ uses : actions/upload-artifact@v3
130
130
with :
131
131
name : ${{ inputs.output_artifact }}
132
132
path : ${{ inputs.output_files }}
@@ -135,7 +135,7 @@ runs:
135
135
136
136
- name : Upload Coverage Report
137
137
if : ${{ always() && inputs.coverage_path != '' }}
138
- uses : actions/upload-artifact@v4
138
+ uses : actions/upload-artifact@v3
139
139
with :
140
140
name : ${{ inputs.coverage_artifact }}
141
141
path : ${{ inputs.coverage_path }}
Original file line number Diff line number Diff line change 22
22
using : " composite"
23
23
steps :
24
24
- name : Download Artifact
25
- uses : actions/download-artifact@v4
25
+ uses : actions/download-artifact@v3
26
26
with :
27
27
name : testplan
28
28
@@ -152,7 +152,7 @@ runs:
152
152
# yamllint enable rule:line-length
153
153
154
154
if : always()
155
- uses : actions/upload-artifact@v4
155
+ uses : actions/upload-artifact@v3
156
156
with :
157
157
name : testplan
158
158
path : |
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ runs:
205
205
206
206
- name : Upload configuration artifacts
207
207
if : always()
208
- uses : actions/upload-artifact@v4
208
+ uses : actions/upload-artifact@v3
209
209
with :
210
210
name : ${{ inputs.output_artifact }}
211
211
path : ${{ inputs.output_files }}
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ runs:
147
147
148
148
- name : Upload configuration artifacts
149
149
if : always()
150
- uses : actions/upload-artifact@v4
150
+ uses : actions/upload-artifact@v3
151
151
with :
152
152
name : ${{ inputs.output_artifact }}
153
153
path : ${{ inputs.output_files }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ runs:
103
103
104
104
- name : Upload Log
105
105
if : ${{ always() && steps.diff.outputs.skip == 'false' }}
106
- uses : actions/upload-artifact@v4
106
+ uses : actions/upload-artifact@v3
107
107
with :
108
108
name : ${{ inputs.logfile_artifact }}
109
109
path : |
Original file line number Diff line number Diff line change 86
86
87
87
- name : Upload Log
88
88
if : always()
89
- uses : actions/upload-artifact@v4
89
+ uses : actions/upload-artifact@v3
90
90
with :
91
91
name : ${{ inputs.logfile_artifact }}
92
92
path : ${{ inputs.logfile }}
95
95
96
96
- name : Upload Artifacts
97
97
if : always()
98
- uses : actions/upload-artifact@v4
98
+ uses : actions/upload-artifact@v3
99
99
with :
100
100
name : ${{ inputs.output_artifact }}
101
101
path : ${{ inputs.output_files }}
@@ -104,7 +104,7 @@ runs:
104
104
105
105
- name : Upload Coverage Report
106
106
if : ${{ always() && inputs.coverage_path != '' }}
107
- uses : actions/upload-artifact@v4
107
+ uses : actions/upload-artifact@v3
108
108
with :
109
109
name : ${{ inputs.coverage_artifact }}
110
110
path : ${{ inputs.coverage_path }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ runs:
105
105
106
106
- name : Upload Log
107
107
if : always()
108
- uses : actions/upload-artifact@v4
108
+ uses : actions/upload-artifact@v3
109
109
with :
110
110
name : ${{ inputs.logfile_artifact }}
111
111
path : ${{ inputs.logfile }}
@@ -114,7 +114,7 @@ runs:
114
114
115
115
- name : Upload Artifacts
116
116
if : always()
117
- uses : actions/upload-artifact@v4
117
+ uses : actions/upload-artifact@v3
118
118
with :
119
119
name : ${{ inputs.output_artifact }}
120
120
path : ${{ inputs.output_files }}
@@ -123,7 +123,7 @@ runs:
123
123
124
124
- name : Upload Coverage Report
125
125
if : ${{ always() && inputs.coverage_path != '' }}
126
- uses : actions/upload-artifact@v4
126
+ uses : actions/upload-artifact@v3
127
127
with :
128
128
name : ${{ inputs.coverage_artifact }}
129
129
path : ${{ inputs.coverage_path }}
Original file line number Diff line number Diff line change 64
64
using : " composite"
65
65
steps :
66
66
- name : Download coverage artifacts
67
- uses : actions/download-artifact@v4
67
+ uses : actions/download-artifact@v3
68
68
with :
69
69
name : ${{ inputs.coverage_artifact }}
70
70
path : coverage-reports
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ runs:
131
131
132
132
- name : Upload log artifact
133
133
if : always()
134
- uses : actions/upload-artifact@v4
134
+ uses : actions/upload-artifact@v3
135
135
with :
136
136
name : ${{ inputs.output_artifact }}
137
137
path : ${{ inputs.output_files }}
You can’t perform that action at this time.
0 commit comments