diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e22c479..e26c147 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -51,7 +51,7 @@ jobs: run: echo "path=$(composer global config cache-dir)" >> $GITHUB_OUTPUT - 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') }}" @@ -79,7 +79,7 @@ jobs: env_vars: PHP_VERSION - 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'