Skip to content

Commit edf27e1

Browse files
update gh build (upload-artifact to v4)
1 parent 4d907ae commit edf27e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff 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

tests/Application/.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187

188188
-
189189
name: Upload Behat logs
190-
uses: actions/upload-artifact@v3
190+
uses: actions/upload-artifact@v4
191191
if: failure()
192192
with:
193193
name: Behat logs

0 commit comments

Comments
 (0)