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:
159
159
run : vendor/bin/behat --colors --strict -vvv --no-interaction --tags '~@sylius112' || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun --tags '~@sylius112'
160
160
161
161
- name : Upload Behat logs
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
if : failure()
164
164
with :
165
165
name : Behat logs
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(
25
25
26
26
public function countByVariant (ProductVariantInterface $ variant , array $ orderStates = []): int
27
27
{
28
- if ([] ! == $ orderStates ) {
28
+ if ([] = == $ orderStates ) {
29
29
$ orderStates = [OrderInterface::STATE_CANCELLED , OrderInterface::STATE_CART ];
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ jobs:
187
187
188
188
-
189
189
name : Upload Behat logs
190
- uses : actions/upload-artifact@v2
190
+ uses : actions/upload-artifact@v4
191
191
if : failure()
192
192
with :
193
193
name : Behat logs
194
194
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