Skip to content

Commit 4346b4e

Browse files
committed
Update artifact actions in ci workflow
1 parent 3eb7199 commit 4346b4e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
SAPI_LIST: ${{ env.SAPI_LIST }}
126126

127127
- name: Upload Artifact
128-
uses: actions/upload-artifact@v3
128+
uses: actions/upload-artifact@v4
129129
with:
130130
name: php-sapi${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}-${{ matrix.dist-version }}
131131
path: /tmp/debian/*.zst
@@ -149,7 +149,7 @@ jobs:
149149
BUILD: ${{ matrix.build }}
150150
PHP_VERSION: ${{ matrix.php-version }}
151151

152-
- uses: actions/download-artifact@v3
152+
- uses: actions/download-artifact@v4
153153
with:
154154
name: php-sapi${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}-${{ matrix.dist-version }}
155155
path: /tmp
@@ -179,9 +179,9 @@ jobs:
179179
PHP_SOURCE: ${{ github.event.inputs.php-source }}
180180

181181
- name: Upload Artifact
182-
uses: actions/upload-artifact@v3
182+
uses: actions/upload-artifact@v4
183183
with:
184-
name: php${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}
184+
name: php${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}-${{ matrix.dist-version }}
185185
path: |
186186
/tmp/*.xz
187187
/tmp/*.zst
@@ -228,9 +228,9 @@ jobs:
228228
- name: Checkout
229229
uses: actions/checkout@v4
230230

231-
- uses: actions/download-artifact@v3
231+
- uses: actions/download-artifact@v4
232232
with:
233-
name: php${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}
233+
name: php${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.dist }}-${{ matrix.dist-version }}
234234
path: /tmp
235235

236236
- name: Install PHP
@@ -269,9 +269,9 @@ jobs:
269269
- name: Checkout
270270
uses: actions/checkout@v4
271271

272-
- uses: actions/download-artifact@v3
272+
- uses: actions/download-artifact@v4
273273
with:
274-
name: php${{ matrix.php-version }}-${{ matrix.build }}+ubuntu
274+
name: php${{ matrix.php-version }}-${{ matrix.build }}+${{ matrix.os }}
275275
path: /tmp
276276

277277
- name: Install PHP
@@ -307,7 +307,7 @@ jobs:
307307
- name: Create builds directory
308308
run: mkdir builds
309309

310-
- uses: actions/download-artifact@v3
310+
- uses: actions/download-artifact@v4
311311
with:
312312
path: builds
313313

@@ -331,7 +331,7 @@ jobs:
331331
- name: Create builds directory
332332
run: mkdir builds
333333

334-
- uses: actions/download-artifact@v3
334+
- uses: actions/download-artifact@v4
335335
with:
336336
path: builds
337337

0 commit comments

Comments
 (0)