From 42114a3ba0e23c88e42a39285134cb16c426dd59 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 17 Oct 2024 06:17:21 +0200 Subject: [PATCH] fix(ci): listmus test with current upload-artifact 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 --- .github/workflows/litmus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/litmus.yml b/.github/workflows/litmus.yml index 4e11368e..9e00367d 100644 --- a/.github/workflows/litmus.yml +++ b/.github/workflows/litmus.yml @@ -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