From 6481c5b5b9c13d173a8115a81960ef44d15403c8 Mon Sep 17 00:00:00 2001 From: skudasov Date: Tue, 26 Nov 2024 19:51:01 +0100 Subject: [PATCH] fix upload --- .github/workflows/e2e.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 22e08b80862..1365560912e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,10 +31,9 @@ jobs: - name: Run tests working-directory: e2e/tests run: go test -v -timeout 30m -run TestWorkflow - - name: Store lint report artifact + - name: Upload logs directory if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v3 with: - name: docker-logs - path: logs - retention-days: 7 + name: container-logs + path: e2e/tests/logs