diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e204f11..d8cce19 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -79,7 +79,7 @@ jobs: env_vars: PHP_VERSION - 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'