File tree 6 files changed +28
-28
lines changed
6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 29
29
matrix : ${{fromJson(needs.get-matrix.outputs.php_matrix)}}
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Create builds directory
35
35
run : mkdir builds
38
38
run : bash scripts/fetch.sh ${{ matrix.php }} builds
39
39
40
40
- name : Setup Python
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : 3.x
44
44
Original file line number Diff line number Diff line change 31
31
name : Build PHP
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
93
93
exit 1
94
94
}
95
95
- name : Upload Artifact
96
- uses : actions/upload-artifact@v2
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : ${{ matrix.config }}
99
99
path : builds
@@ -102,18 +102,18 @@ jobs:
102
102
needs : build
103
103
steps :
104
104
- name : Checkout
105
- uses : actions/checkout@v3
105
+ uses : actions/checkout@v4
106
106
107
- - name : Create builds directory
107
+ - name : Create builds directory
108
108
run : mkdir builds
109
109
110
110
- name : Download artifacts
111
- uses : actions/download-artifact@v3
111
+ uses : actions/download-artifact@v4
112
112
with :
113
113
path : builds
114
114
115
115
- name : Setup Python
116
- uses : actions/setup-python@v4
116
+ uses : actions/setup-python@v5
117
117
with :
118
118
python-version : 3.x
119
119
Original file line number Diff line number Diff line change 31
31
name : Build PHP
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
@@ -101,7 +101,7 @@ jobs:
101
101
}
102
102
}
103
103
- name : Upload Artifact
104
- uses : actions/upload-artifact@v2
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : ${{ matrix.config }}
107
107
path : builds
@@ -110,18 +110,18 @@ jobs:
110
110
needs : build
111
111
steps :
112
112
- name : Checkout
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
115
115
- name : Create builds directory
116
116
run : mkdir builds
117
117
118
118
- name : Download artifacts
119
- uses : actions/download-artifact@v3
119
+ uses : actions/download-artifact@v4
120
120
with :
121
121
path : builds
122
122
123
123
- name : Setup Python
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : 3.x
127
127
Original file line number Diff line number Diff line change 31
31
name : Build PHP
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
@@ -101,7 +101,7 @@ jobs:
101
101
}
102
102
}
103
103
- name : Upload Artifact
104
- uses : actions/upload-artifact@v2
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : ${{ matrix.config }}
107
107
path : builds
@@ -110,18 +110,18 @@ jobs:
110
110
needs : build
111
111
steps :
112
112
- name : Checkout
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
115
115
- name : Create builds directory
116
116
run : mkdir builds
117
117
118
118
- name : Download artifacts
119
- uses : actions/download-artifact@v3
119
+ uses : actions/download-artifact@v4
120
120
with :
121
121
path : builds
122
122
123
123
- name : Setup Python
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : 3.x
127
127
Original file line number Diff line number Diff line change 31
31
name : Build PHP
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
@@ -107,7 +107,7 @@ jobs:
107
107
}
108
108
}
109
109
- name : Upload Artifact
110
- uses : actions/upload-artifact@v2
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : ${{ matrix.config }}
113
113
path : builds
@@ -116,18 +116,18 @@ jobs:
116
116
needs : build
117
117
steps :
118
118
- name : Checkout
119
- uses : actions/checkout@v3
119
+ uses : actions/checkout@v4
120
120
121
121
- name : Create builds directory
122
122
run : mkdir builds
123
123
124
124
- name : Download artifacts
125
- uses : actions/download-artifact@v3
125
+ uses : actions/download-artifact@v4
126
126
with :
127
127
path : builds
128
128
129
129
- name : Setup Python
130
- uses : actions/setup-python@v4
130
+ uses : actions/setup-python@v5
131
131
with :
132
132
python-version : 3.x
133
133
Original file line number Diff line number Diff line change 31
31
name : Build PHP
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
@@ -104,7 +104,7 @@ jobs:
104
104
(Get-Content .\builds\${{ matrix.config }}.json | ConvertFrom-Json).revision_last > COMMIT
105
105
Get-ChildItem .\builds\* -Include ("php-$php_version*.zip", "php-master*.zip") | Foreach-Object { Compress-Archive -update COMMIT $_ }
106
106
- name : Upload Artifact
107
- uses : actions/upload-artifact@v2
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : ${{ matrix.config }}
110
110
path : builds
@@ -113,18 +113,18 @@ jobs:
113
113
needs : build
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v3
116
+ uses : actions/checkout@v4
117
117
118
118
- name : Create builds directory
119
119
run : mkdir builds
120
120
121
121
- name : Download artifacts
122
- uses : actions/download-artifact@v3
122
+ uses : actions/download-artifact@v4
123
123
with :
124
124
path : builds
125
125
126
126
- name : Setup Python
127
- uses : actions/setup-python@v4
127
+ uses : actions/setup-python@v5
128
128
with :
129
129
python-version : 3.x
130
130
You can’t perform that action at this time.
0 commit comments