We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d00d8 commit 27d3eebCopy full SHA for 27d3eeb
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
139
140
- name: Upload Behat logs
141
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
142
if: failure()
143
with:
144
name: Behat logs
0 commit comments