diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-08 22:46:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-09 05:46:24 +0000 |
| commit | 5a50958f28da84c35c003e99663d1d2c888a7c60 (patch) | |
| tree | ebe0ac97c2666bc72a0abcd97918dfb5d3b50624 | |
| parent | d787f1b3de70dd303fb7cd4e37f1bbb5ee584823 (diff) | |
chore(deps): bump dorny/test-reporter from 1 to 2 (#3575)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abhi <[email protected]>
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
