File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303303 fetch-depth : 2
304304
305305 - name : " Download coverage files"
306- uses : " actions/download-artifact@v7 "
306+ uses : " actions/download-artifact@v8 "
307307 with :
308308 path : " reports"
309309
Original file line number Diff line number Diff line change 6262 run : vendor/bin/phpunit -c ci/github/phpunit/ibm_db2.xml --coverage-clover=coverage.xml
6363
6464 - name : Upload coverage file
65- uses : actions/upload-artifact@v6
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : ${{ github.job }}-php-${{ inputs.php-version }}.coverage
6868 path : coverage.xml
Original file line number Diff line number Diff line change 5555 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}${{ inputs.config-file-suffix }}.xml --coverage-clover=coverage.xml
5656
5757 - name : Upload coverage file
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : ${{ github.job }}-${{ inputs.mariadb-version }}-php-${{ inputs.php-version }}-${{ inputs.extension }}${{ inputs.config-file-suffix }}.coverage
6161 path : coverage.xml
Original file line number Diff line number Diff line change 5959 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}${{ inputs.config-file-suffix }}.xml --coverage-clover=coverage.xml
6060
6161 - name : Upload coverage file
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : ${{ github.job }}-${{ inputs.mysql-version }}-php-${{ inputs.php-version }}-${{ inputs.extension }}${{ inputs.config-file-suffix }}.coverage
6565 path : coverage.xml
Original file line number Diff line number Diff line change 5353 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}${{ inputs.oracle-version < 23 && '-21' || '' }}.xml --coverage-clover=coverage.xml
5454
5555 - name : Upload coverage file
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : ${{ github.job }}-${{ inputs.oracle-version }}-php-${{ inputs.php-version }}-${{ inputs.extension }}.coverage
5959 path : coverage.xml
Original file line number Diff line number Diff line change 5858 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}${{ inputs.config-file-suffix }}.xml --coverage-clover=coverage.xml
5959
6060 - name : Upload coverage file
61- uses : actions/upload-artifact@v6
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : ${{ github.job }}-${{ inputs.postgres-version }}-php-${{ inputs.php-version }}-${{ inputs.extension }}${{ inputs.config-file-suffix }}.coverage
6464 path : coverage.xml
Original file line number Diff line number Diff line change 5757 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}${{ inputs.config-file-suffix }}.xml --coverage-clover=coverage.xml
5858
5959 - name : Upload coverage file
60- uses : actions/upload-artifact@v6
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : ${{ github.job }}-php-${{ inputs.php-version }}-${{ inputs.extension }}-${{ inputs.os }}${{ inputs.config-file-suffix }}-${{ inputs.dependency-versions }}.coverage
6363 path : coverage.xml
Original file line number Diff line number Diff line change 5656 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}.xml --coverage-clover=coverage.xml
5757
5858 - name : Upload coverage file
59- uses : actions/upload-artifact@v6
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : ${{ github.job }}-${{ inputs.sqlserver-version }}-php-${{ inputs.php-version }}-${{ inputs.extension }}-${{ inputs.collation }}.coverage
6262 path : coverage.xml
You can’t perform that action at this time.
0 commit comments