diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2fba143..5086f3d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -61,7 +61,7 @@ jobs: run: 'echo "::set-output name=path::$(composer global config cache-dir)"' - name: 'Share Composer cache across runs' - uses: 'actions/cache@v4' + uses: 'actions/cache@v5' with: path: '${{ steps.cachedir.outputs.path }}' key: "composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}" @@ -83,7 +83,7 @@ jobs: env_vars: PHP_VERSION,DB_VENDOR - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v5' + uses: 'actions/upload-artifact@v6' with: name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}' path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'