Skip to content

Commit

Permalink
[TASK] Adapt CI pipeline to build for TYPO3 13.4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Oct 19, 2024
1 parent 86ffd0e commit 63634f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AcceptanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ 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 logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: typo3-log
path: |
Expand Down

0 comments on commit 63634f0

Please sign in to comment.