diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1267b00..7e1c4d1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -75,7 +75,7 @@ jobs: env_vars: PHP_VERSION,DB_VENDOR - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v5' with: name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}' path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'