diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 45326f8..dff4ea5 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 }}-${{ hashFiles('**/composer.json') }}" @@ -86,7 +86,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 }}' path: 'clover.xml' @@ -112,7 +112,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-lowest-${{ hashFiles('**/composer.json') }}"