File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 - name : " Install dependencies"
179179 run : " composer install --no-interaction --no-progress"
180180
181- - uses : " actions/download-artifact@v4 "
181+ - uses : " actions/download-artifact@v6 "
182182 with :
183183 name : " result-cache-${{ matrix.php-version }}"
184184 path : " tmp/"
@@ -241,7 +241,7 @@ jobs:
241241 - name : " PHPStan"
242242 run : " make phpstan"
243243
244- - uses : " actions/upload-artifact@v4 "
244+ - uses : " actions/upload-artifact@v5 "
245245 with :
246246 # "update-packages" is not relevant for the download-artifact counterpart, but we need it here to get unique artifact names across all jobs
247247 name : " result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-packages-updated' || '' }}"
Original file line number Diff line number Diff line change 2121 - " packagist/private-packagist"
2222
2323 steps :
24- - uses : peter-evans/repository-dispatch@v3
24+ - uses : peter-evans/repository-dispatch@v4
2525 with :
2626 token : ${{ secrets.REPO_ACCESS_TOKEN }}
2727 repository : " ${{ matrix.repository }}"
You can’t perform that action at this time.
0 commit comments