From e255c90213e2900ec98dfa03af0ae1b7c902495f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 31 Jan 2025 20:59:25 +0200 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f87b405f..dc1a68b8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -103,10 +103,11 @@ jobs: - name: Upload GARM and e2e logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: garm-logs path: /artifacts-logs + merge-multiple: true - name: Cleanup orphan GARM resources via GitHub API if: always()