diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e478446..5f87a6b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -92,7 +92,7 @@ jobs: env_vars: PHP_VERSION - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v6' + uses: 'actions/upload-artifact@v7' with: name: 'PHP-${{ matrix.php }}-strategy-job-index-${{ strategy.job-index }}' path: "${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml"