From eda1356bd43a3fd79c1c2845629a15a6635d7111 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Mon, 11 Aug 2025 14:11:57 +0300 Subject: [PATCH] Update upload-artifact action to version 4 in UI testing workflow --- .github/workflows/ui-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index c2e8412da..2ec509dea 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -42,7 +42,7 @@ jobs: - name: Upload screenshots if: always() # Ensure this runs even if tests fail - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ui-test-screenshots path: artifacts/screenshots