We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d907ae commit edf27e1Copy full SHA for edf27e1
.github/workflows/build.yml
@@ -159,7 +159,7 @@ jobs:
159
run: vendor/bin/behat --colors --strict -vvv --no-interaction --tags '~@sylius112' || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun --tags '~@sylius112'
160
161
- name: Upload Behat logs
162
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
163
if: failure()
164
with:
165
name: Behat logs
tests/Application/.github/workflows/build.yml
@@ -187,7 +187,7 @@ jobs:
187
188
-
189
name: Upload Behat logs
190
191
192
193
0 commit comments