|
30 | 30 | run: echo "path=$(composer global config cache-dir)" >> $GITHUB_OUTPUT |
31 | 31 |
|
32 | 32 | - name: 'Share Composer cache across runs' |
33 | | - uses: 'actions/cache@v4' |
| 33 | + uses: 'actions/cache@v5' |
34 | 34 | with: |
35 | 35 | path: '${{ steps.cachedir.outputs.path }}' |
36 | 36 | key: "composer-${{ github.job }}-${{ hashFiles('**/composer.json') }}" |
|
76 | 76 | run: echo "path=$(composer global config cache-dir)" >> $GITHUB_OUTPUT |
77 | 77 |
|
78 | 78 | - name: 'Share Composer cache across runs' |
79 | | - uses: 'actions/cache@v4' |
| 79 | + uses: 'actions/cache@v5' |
80 | 80 | with: |
81 | 81 | path: '${{ steps.cachedir.outputs.path }}' |
82 | 82 | key: "composer-${{ github.job }}-${{ hashFiles('**/composer.json') }}" |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | run: echo "path=$(composer global config cache-dir)" >> $GITHUB_OUTPUT |
145 | 145 |
|
146 | 146 | - name: 'Share Composer cache across runs' |
147 | | - uses: 'actions/cache@v4' |
| 147 | + uses: 'actions/cache@v5' |
148 | 148 | with: |
149 | 149 | path: '${{ steps.cachedir.outputs.path }}' |
150 | 150 | key: "composer-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}" |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | env_vars: PHP_VERSION |
186 | 186 |
|
187 | 187 | - name: 'Archive code coverage results' |
188 | | - uses: 'actions/upload-artifact@v5' |
| 188 | + uses: 'actions/upload-artifact@v6' |
189 | 189 | with: |
190 | 190 | name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}-${{ github.sha }}' |
191 | 191 | path: '${{ env.FILE_PREFIX }}-clover.xml' |
0 commit comments