This repository was archived by the owner on May 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 php -r "\$classmap=require_once('vendor/composer/autoload_classmap.php'); echo json_encode(\$classmap);" > classmap.json
7171
7272 - name : Archive files
73- uses : actions/upload-artifact@v5
73+ uses : actions/upload-artifact@v6
7474 with :
7575 name : patch-helper-files
7676 path : |
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 run : rm hosts.yml
4343
4444 - name : Upload artifact
45- uses : actions/upload-artifact@v5
45+ uses : actions/upload-artifact@v6
4646 if : always()
4747 with :
4848 name : build-artifact
4949 path : |
5050 artifacts/artifact.tar.gz
5151
5252 - name : Upload error logs
53- uses : actions/upload-artifact@v5
53+ uses : actions/upload-artifact@v6
5454 if : failure()
5555 with :
5656 name : magento-logs
6868
6969 steps :
7070 - name : Download artifact
71- uses : actions/download-artifact@v6
71+ uses : actions/download-artifact@v7
7272 with :
7373 name : build-artifact
7474 path : artifacts
@@ -101,7 +101,7 @@ jobs:
101101
102102 steps :
103103 - name : Download artifact
104- uses : actions/download-artifact@v6
104+ uses : actions/download-artifact@v7
105105 with :
106106 name : build-artifact
107107 path : artifacts
@@ -146,7 +146,7 @@ jobs:
146146 cd tests/playwright
147147 TEST_BASE_URL=https://shop.magedispatch.test npx playwright test
148148
149- - uses : actions/upload-artifact@v5
149+ - uses : actions/upload-artifact@v6
150150 if : always()
151151 with :
152152 name : playwright-report
@@ -219,7 +219,7 @@ jobs:
219219 php-version : ' 8.3'
220220
221221 - name : Download artifact
222- uses : actions/download-artifact@v6
222+ uses : actions/download-artifact@v7
223223 with :
224224 name : build-artifact
225225 path : artifacts
You can’t perform that action at this time.
0 commit comments