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