Skip to content

Commit

Permalink
fix(ci): listmus test with current upload-artifact
Browse files Browse the repository at this point in the history
The older versions were deprecated earlier this year:
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and juliusknorr committed Oct 17, 2024
1 parent 72d27cf commit 42114a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/litmus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
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 42114a3

Please sign in to comment.