From f06c1ecb924d96ea29f5b30e65da631dbbf634ae Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Fri, 31 Jan 2025 08:21:50 +0000 Subject: [PATCH] Fix Smoke Test workflow Signed-off-by: Roman Nikitenko --- .github/workflows/smoke-test-pr-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-test-pr-check.yaml b/.github/workflows/smoke-test-pr-check.yaml index 81ee7339e9b..e8710af835f 100644 --- a/.github/workflows/smoke-test-pr-check.yaml +++ b/.github/workflows/smoke-test-pr-check.yaml @@ -167,14 +167,14 @@ jobs: - name: Store e2e artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e-artifacts path: /tmp/tests - name: Store k8s logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: k8s-logs path: /tmp/devworkspace-happy-path-artifacts/admin-che-info