diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 22e08b80862..5e7a5367fc7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,10 +31,8 @@ jobs: - name: Run tests working-directory: e2e/tests run: go test -v -timeout 30m -run TestWorkflow - - name: Store lint report artifact - if: always() - uses: actions/upload-artifact@v4.4.3 + - name: Upload logs directory + uses: actions/upload-artifact@v3 with: - name: docker-logs - path: logs - retention-days: 7 + name: container-logs + path: e2e/tests/logs