Skip to content

Commit 71fb5e8

Browse files
author
tim.messaoudene
committed
Update actions/upload-artifact in github actions
1 parent 5b5c91e commit 71fb5e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sylius.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: 'vendor/bin/behat --strict --no-interaction -f progress || vendor/bin/behat --strict -vvv --no-interaction --rerun'
123123
if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
124124
-
125-
uses: actions/upload-artifact@v2.1.4
125+
uses: actions/upload-artifact@v4
126126
if: failure()
127127
with:
128128
name: logs

src/Resources/views/Grid/Column/log_file.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
</a>
1111
</div>
1212
{% endif %}
13+

0 commit comments

Comments
 (0)