File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : Upload build archive for test runners
3030 uses : actions/upload-artifact@v4
3131 with :
32- name : build-php -${{ matrix.php }}
32+ name : build-artifact -${{ matrix.php }}
3333 path : /tmp/github-actions
3434
3535 phpunit :
4545 steps :
4646 - uses : actions/download-artifact@v4
4747 with :
48- name : build-php -${{ matrix.php }}
48+ name : build-artifact -${{ matrix.php }}
4949 path : /tmp/github-actions
5050
5151 - name : Extract build archive
5959 version : 9
6060 php_version : ${{ matrix.php }}
6161 php_extensions : xdebug
62- configuration : phpunit.xml
6362 coverage_text : _coverage/coverage.txt
6463 coverage_clover : _coverage/clover.xml
6564
10099 steps :
101100 - uses : actions/download-artifact@v4
102101 with :
103- name : build-php -${{ matrix.php }}
102+ name : build-artifact -${{ matrix.php }}
104103 path : /tmp/github-actions
105104
106105 - name : Extract build archive
You can’t perform that action at this time.
0 commit comments