Skip to content

Commit

Permalink
[TASK] Use upload-artifact@v4 in acceptance build
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Sep 14, 2024
1 parent 9d7846b commit 2c8b4f4
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 @@ -91,14 +91,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 2c8b4f4

Please sign in to comment.