Skip to content

Commit

Permalink
Merge pull request #369 from nextcloud/backport/367/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 17, 2024
2 parents 0a43c75 + 66c1b3a commit 42ebe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/litmus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ jobs:
run: cat data/nextcloud.log

- name: Upload litmus logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload litmus log
path: /tmp/litmus/litmus-0.13/debug.log
retention-days: 5

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

0 comments on commit 42ebe97

Please sign in to comment.