Skip to content

Commit

Permalink
Update actions/upload-artifact in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timmess committed Sep 12, 2024
1 parent 5b5c91e commit 71fb5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: 'vendor/bin/behat --strict --no-interaction -f progress || vendor/bin/behat --strict -vvv --no-interaction --rerun'
if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
-
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
Expand Down
1 change: 1 addition & 0 deletions src/Resources/views/Grid/Column/log_file.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
</a>
</div>
{% endif %}

0 comments on commit 71fb5e8

Please sign in to comment.