File tree Expand file tree Collapse file tree 21 files changed +123
-82
lines changed Expand file tree Collapse file tree 21 files changed +123
-82
lines changed Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
91
92
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
92
93
steps :
93
94
- name : Load artifacts
94
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
95
96
with :
96
- name : artifacts
97
+ pattern : artifacts
98
+ merge-multiple : true
97
99
path : /tmp/artifacts/
98
100
- id : execute
99
101
run : |
Original file line number Diff line number Diff line change 49
49
job : ${{ fromJson(needs.generate-jobs.outputs.packages) }}
50
50
steps :
51
51
- name : Load artifacts
52
- uses : actions/download-artifact@v3
52
+ uses : actions/download-artifact@v4
53
53
with :
54
- name : artifacts
54
+ pattern : artifacts
55
+ merge-multiple : true
55
56
path : /tmp/artifacts/
56
57
- uses : actions/checkout@v3
57
58
with :
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-20.04
29
29
steps :
30
30
- name : Load artifacts
31
- uses : actions/download-artifact@v3
31
+ uses : actions/download-artifact@v4
32
32
with :
33
- name : artifacts
33
+ pattern : artifacts
34
+ merge-multiple : true
34
35
path : /tmp/artifacts/
35
36
- uses : actions/checkout@v3
36
37
with :
72
73
job : ${{ fromJson(needs.generate-jobs.outputs.packages) }}
73
74
steps :
74
75
- name : Load artifacts
75
- uses : actions/download-artifact@v3
76
+ uses : actions/download-artifact@v4
76
77
with :
77
- name : artifacts
78
+ pattern : artifacts
79
+ merge-multiple : true
78
80
path : /tmp/artifacts/
79
81
- uses : actions/checkout@v3
80
82
with :
@@ -115,9 +117,10 @@ jobs:
115
117
needs : test-job
116
118
steps :
117
119
- name : Load artifacts
118
- uses : actions/download-artifact@v3
120
+ uses : actions/download-artifact@v4
119
121
with :
120
- name : artifacts
122
+ pattern : artifacts
123
+ merge-multiple : true
121
124
path : /tmp/artifacts/
122
125
- uses : actions/checkout@v3
123
126
with :
Original file line number Diff line number Diff line change 49
49
job : ${{ fromJson(needs.generate-jobs.outputs.packages) }}
50
50
steps :
51
51
- name : Load artifacts
52
- uses : actions/download-artifact@v3
52
+ uses : actions/download-artifact@v4
53
53
with :
54
- name : artifacts
54
+ pattern : artifacts
55
+ merge-multiple : true
55
56
path : /tmp/artifacts/
56
57
- uses : actions/checkout@v3
57
58
with :
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
91
92
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
92
93
steps :
93
94
- name : Load artifacts
94
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
95
96
with :
96
- name : artifacts
97
+ pattern : artifacts
98
+ merge-multiple : true
97
99
path : /tmp/artifacts/
98
100
- id : execute
99
101
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
@@ -116,9 +117,10 @@ jobs:
116
117
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
117
118
steps :
118
119
- name : Load artifacts
119
- uses : actions/download-artifact@v3
120
+ uses : actions/download-artifact@v4
120
121
with :
121
- name : artifacts
122
+ pattern : artifacts
123
+ merge-multiple : true
122
124
path : /tmp/artifacts/
123
125
- id : execute
124
126
run : |
Original file line number Diff line number Diff line change 56
56
max-parallel : 1 # Run jobs serially
57
57
steps :
58
58
- name : Load artifacts
59
- uses : actions/download-artifact@v3
59
+ uses : actions/download-artifact@v4
60
60
with :
61
- name : artifacts
61
+ pattern : artifacts
62
+ merge-multiple : true
62
63
path : /tmp/artifacts/
63
64
- uses : actions/checkout@v3
64
65
with :
87
88
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
88
89
steps :
89
90
- name : Load artifacts
90
- uses : actions/download-artifact@v3
91
+ uses : actions/download-artifact@v4
91
92
with :
92
- name : artifacts
93
+ pattern : artifacts
94
+ merge-multiple : true
93
95
path : /tmp/artifacts/
94
96
- id : execute
95
97
run : |
Original file line number Diff line number Diff line change 56
56
max-parallel : 1 # Run jobs serially
57
57
steps :
58
58
- name : Load artifacts
59
- uses : actions/download-artifact@v3
59
+ uses : actions/download-artifact@v4
60
60
with :
61
- name : artifacts
61
+ pattern : artifacts
62
+ merge-multiple : true
62
63
path : /tmp/artifacts/
63
64
- uses : actions/checkout@v3
64
65
with :
@@ -112,9 +113,10 @@ jobs:
112
113
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
113
114
steps :
114
115
- name : Load artifacts
115
- uses : actions/download-artifact@v3
116
+ uses : actions/download-artifact@v4
116
117
with :
117
- name : artifacts
118
+ pattern : artifacts
119
+ merge-multiple : true
118
120
path : /tmp/artifacts/
119
121
- id : execute
120
122
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
91
92
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
92
93
steps :
93
94
- name : Load artifacts
94
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
95
96
with :
96
- name : artifacts
97
+ pattern : artifacts
98
+ merge-multiple : true
97
99
path : /tmp/artifacts/
98
100
- id : execute
99
101
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
@@ -116,9 +117,10 @@ jobs:
116
117
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
117
118
steps :
118
119
- name : Load artifacts
119
- uses : actions/download-artifact@v3
120
+ uses : actions/download-artifact@v4
120
121
with :
121
- name : artifacts
122
+ pattern : artifacts
123
+ merge-multiple : true
122
124
path : /tmp/artifacts/
123
125
- id : execute
124
126
run : |
Original file line number Diff line number Diff line change 56
56
max-parallel : 1 # Run jobs serially
57
57
steps :
58
58
- name : Load artifacts
59
- uses : actions/download-artifact@v3
59
+ uses : actions/download-artifact@v4
60
60
with :
61
- name : artifacts
61
+ pattern : artifacts
62
+ merge-multiple : true
62
63
path : /tmp/artifacts/
63
64
- uses : actions/checkout@v3
64
65
with :
87
88
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
88
89
steps :
89
90
- name : Load artifacts
90
- uses : actions/download-artifact@v3
91
+ uses : actions/download-artifact@v4
91
92
with :
92
- name : artifacts
93
+ pattern : artifacts
94
+ merge-multiple : true
93
95
path : /tmp/artifacts/
94
96
- id : execute
95
97
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
91
92
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
92
93
steps :
93
94
- name : Load artifacts
94
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
95
96
with :
96
- name : artifacts
97
+ pattern : artifacts
98
+ merge-multiple : true
97
99
path : /tmp/artifacts/
98
100
- id : execute
99
101
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
91
92
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
92
93
steps :
93
94
- name : Load artifacts
94
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
95
96
with :
96
- name : artifacts
97
+ pattern : artifacts
98
+ merge-multiple : true
97
99
path : /tmp/artifacts/
98
100
- id : execute
99
101
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
@@ -116,9 +117,10 @@ jobs:
116
117
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
117
118
steps :
118
119
- name : Load artifacts
119
- uses : actions/download-artifact@v3
120
+ uses : actions/download-artifact@v4
120
121
with :
121
- name : artifacts
122
+ pattern : artifacts
123
+ merge-multiple : true
122
124
path : /tmp/artifacts/
123
125
- id : execute
124
126
run : |
Original file line number Diff line number Diff line change 60
60
max-parallel : 1 # Run jobs serially
61
61
steps :
62
62
- name : Load artifacts
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
- name : artifacts
65
+ pattern : artifacts
66
+ merge-multiple : true
66
67
path : /tmp/artifacts/
67
68
- uses : actions/checkout@v3
68
69
with :
@@ -116,9 +117,10 @@ jobs:
116
117
PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
117
118
steps :
118
119
- name : Load artifacts
119
- uses : actions/download-artifact@v3
120
+ uses : actions/download-artifact@v4
120
121
with :
121
- name : artifacts
122
+ pattern : artifacts
123
+ merge-multiple : true
122
124
path : /tmp/artifacts/
123
125
- id : execute
124
126
run : |
You can’t perform that action at this time.
0 commit comments