From 6a1c1fb5cd12eb56eaf807ac7e8ba6ae89d0c0f8 Mon Sep 17 00:00:00 2001 From: Cleopatra Enjeck M Date: Thu, 12 Sep 2024 09:18:22 +0100 Subject: [PATCH] fix: use actions/upload-artifact v4 Signed-off-by: Cleopatra Enjeck M --- .github/workflows/cypress-custom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-custom.yml b/.github/workflows/cypress-custom.yml index 979f9deed..d2b7c630e 100644 --- a/.github/workflows/cypress-custom.yml +++ b/.github/workflows/cypress-custom.yml @@ -149,7 +149,7 @@ jobs: cat data/nextcloud.log - name: Upload test failure screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: Upload screenshots @@ -157,7 +157,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