File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/Application/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 run : vendor/bin/behat --colors --strict -vvv --no-interaction --tags '~@sylius112' || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun --tags '~@sylius112'
160160
161161 - name : Upload Behat logs
162- uses : actions/upload-artifact@v3
162+ uses : actions/upload-artifact@v4
163163 if : failure()
164164 with :
165165 name : Behat logs
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(
2525
2626 public function countByVariant (ProductVariantInterface $ variant , array $ orderStates = []): int
2727 {
28- if ([] ! == $ orderStates ) {
28+ if ([] = == $ orderStates ) {
2929 $ orderStates = [OrderInterface::STATE_CANCELLED , OrderInterface::STATE_CART ];
3030 }
3131
Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ jobs:
187187
188188 -
189189 name : Upload Behat logs
190- uses : actions/upload-artifact@v2
190+ uses : actions/upload-artifact@v4
191191 if : failure()
192192 with :
193193 name : Behat logs
194194 path : etc/build/
195- if-no-files-found : ignore
195+ if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments