File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343343 fetch-depth : 2
344344
345345 - name : " Download coverage files"
346- uses : " actions/download-artifact@v6 "
346+ uses : " actions/download-artifact@v7 "
347347 with :
348348 path : " reports"
349349
Original file line number Diff line number Diff line change 88 lock :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : dessant/lock-threads@v5
11+ - uses : dessant/lock-threads@v6
1212 with :
1313 github-token : ' ${{ github.token }}'
1414 issue-inactive-days : 30
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@v5
65+ uses : actions/upload-artifact@v6
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@v5
58+ uses : actions/upload-artifact@v6
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@v5
62+ uses : actions/upload-artifact@v6
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@v5
56+ uses : actions/upload-artifact@v6
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@v5
61+ uses : actions/upload-artifact@v6
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@v5
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : ${{ github.job }}-php-${{ inputs.php-version }}-${{ inputs.extension }}${{ inputs.config-file-suffix }}-${{ inputs.dependency-versions }}.coverage
6363 path : coverage.xml
Original file line number Diff line number Diff line change 5353 run : vendor/bin/phpunit -c ci/github/phpunit/${{ inputs.extension }}.xml --coverage-clover=coverage.xml
5454
5555 - name : Upload coverage file
56- uses : actions/upload-artifact@v5
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : ${{ github.job }}-php-${{ inputs.php-version }}-${{ inputs.extension }}-${{ inputs.collation }}.coverage
5959 path : coverage.xml
You can’t perform that action at this time.
0 commit comments