1919 php-version : ${{ steps.config.outputs.php-version }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 - name : Resolve PHP version from composer.json
2525 id : config
3434 timeout-minutes : 15
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838
3939 - name : Setup PHP
4040 uses : shivammathur/setup-php@v2
4949 run : composer install --no-progress --optimize-autoloader --prefer-dist --no-interaction
5050
5151 - name : Upload vendor and composer.lock as artifact
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : vendor-artifact
5555 path : |
6363 timeout-minutes : 15
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767
6868 - name : Setup PHP
6969 uses : shivammathur/setup-php@v2
7272 php-version : ${{ needs.load-config.outputs.php-version }}
7373
7474 - name : Download vendor artifact from build
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v8
7676 with :
7777 name : vendor-artifact
7878 path : .
9393 TEST_DB_HOST_PORT : ' 33306'
9494 steps :
9595 - name : Checkout
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v6
9797
9898 - name : Setup PHP
9999 uses : shivammathur/setup-php@v2
@@ -102,7 +102,7 @@ jobs:
102102 php-version : ${{ needs.load-config.outputs.php-version }}
103103
104104 - name : Download vendor artifact from build
105- uses : actions/download-artifact@v4
105+ uses : actions/download-artifact@v8
106106 with :
107107 name : vendor-artifact
108108 path : .
0 commit comments