@@ -154,14 +154,14 @@ jobs:
154154 PHP_VERSIONS_DIR : ${{ runner.temp }}/php-versions
155155 run : bash php/scripts/build.sh
156156 - name : Push Metadata Files
157- uses : actions/upload-artifact@v4
157+ uses : actions/upload-artifact@v5
158158 with :
159159 name : metadata-${{ matrix.php_version }}-${{ matrix.variant }}-${{ env.PLATFORM_PAIR }}
160160 path : ${{ runner.temp }}/metadata/*
161161 if-no-files-found : error
162162 retention-days : 1
163163 - name : Push PHP Version Files
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v5
165165 with :
166166 name : php-versions-${{ matrix.php_version }}-${{ env.PLATFORM_PAIR }}
167167 path : ${{ runner.temp }}/php-versions/*
@@ -272,7 +272,7 @@ jobs:
272272 METADATA_DIR : ${{ runner.temp }}/metadata
273273 run : bash php/scripts/build.sh
274274 - name : Push Metadata Files
275- uses : actions/upload-artifact@v4
275+ uses : actions/upload-artifact@v5
276276 with :
277277 name : metadata-${{ matrix.php_version }}-${{ matrix.variant }}-${{ env.PLATFORM_PAIR }}
278278 path : ${{ runner.temp }}/metadata/*
@@ -361,7 +361,7 @@ jobs:
361361 METADATA_DIR : ${{ runner.temp }}/metadata
362362 run : bash php/scripts/build.sh
363363 - name : Push Metadata Files
364- uses : actions/upload-artifact@v4
364+ uses : actions/upload-artifact@v5
365365 with :
366366 name : metadata-${{ matrix.php_version }}-${{ matrix.variant }}-${{ env.PLATFORM_PAIR }}
367367 path : ${{ runner.temp }}/metadata/*
0 commit comments