File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
6767
6868 - name: 'Share Composer cache across runs'
69- uses: 'actions/cache@v4 '
69+ uses: 'actions/cache@v5 '
7070 with:
7171 path: '${{ steps.cachedir.outputs.path }}'
7272 key: "composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}"
9191 env_vars: PHP_VERSION
9292
9393 - name: 'Archive code coverage results'
94- uses: 'actions/upload-artifact@v5 '
94+ uses: 'actions/upload-artifact@v6 '
9595 with:
9696 name: 'PHP ${{ matrix.php }}'
9797 path: 'clover.xml'
@@ -117,7 +117,7 @@ jobs:
117117 run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
118118
119119 - name: 'Share Composer cache across runs'
120- uses: 'actions/cache@v4 '
120+ uses: 'actions/cache@v5 '
121121 with:
122122 path: '${{ steps.cachedir.outputs.path }}'
123123 key: "composer-lowest-${{ hashFiles('**/composer.json') }}"
You can’t perform that action at this time.
0 commit comments