From 5a50958f28da84c35c003e99663d1d2c888a7c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:46:24 -0700 Subject: [PATCH] chore(deps): bump dorny/test-reporter from 1 to 2 (#3575) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com> --- .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 f5d7bd97..8e58144d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Publish Test Report (for non-forks) if: always() && (github.event.pull_request.head.repo.full_name == github.repository) - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Test Results (Node ${{ matrix.node-version }}) path: packages/*/junit.xml