Skip to content

Commit

Permalink
Merge pull request #1212 from jimmycleuren/fix-github-actions
Browse files Browse the repository at this point in the history
fix: use artifact V4 of GIthub actions
  • Loading branch information
Rubc authored Sep 18, 2024
2 parents 2ec43cc + dc5bfb7 commit 5d701b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Run phpunit
run: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: artifact
Expand Down

0 comments on commit 5d701b2

Please sign in to comment.