From 058954663ba8e80b9325ecede909880e158a6a4e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:28:38 -0800 Subject: [PATCH] pattern --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737c7dc2b..b1a7761e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -304,8 +304,8 @@ jobs: name: Download frontend test results uses: actions/download-artifact@v4 with: - name: junit-report-* path: src-ui/junit/ + pattern: junit-report-* merge-multiple: true - name: Upload frontend coverage to Codecov