Skip to content

Commit

Permalink
[TASK] Use actions/upload-artifact: v4
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Dec 14, 2024
1 parent a11cbea commit 5146a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AcceptanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@ jobs:

- name: Upload Codeception output
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: codeception-results
path: Tests/Acceptance/_output/

- name: Upload PHP log
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: php-log
path: php.log.txt

- name: Upload TYPO3 log
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: typo3-log
path: .Build/var/log/

0 comments on commit 5146a63

Please sign in to comment.