File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 # zephir_parser-php-7.3-nts-ubuntu-gcc-x64.zip
148148 # zephir_parser-php-7.3-nts-windows2019-vc15-x64.zip
149149 - name : Upload Zephir Parser
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@v5
151151 with :
152152 name : zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}.zip
153153 path : |
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Upload Info for Debug on Fail
181181 if : failure()
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v5
183183 with :
184184 retention-days : 2
185185 name : debug-zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
@@ -250,7 +250,7 @@ jobs:
250250 pecl info zephir_parser-pecl.tgz
251251
252252 - name : Upload Artifact
253- uses : actions/upload-artifact@v4
253+ uses : actions/upload-artifact@v5
254254 with :
255255 name : ' zephir_parser-pecl'
256256 path : zephir_parser-pecl.tgz
You can’t perform that action at this time.
0 commit comments