Skip to content

Commit 64522b7

Browse files
chore(deps): update dorny/test-reporter action to v2 (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b4e12c commit 64522b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/annotate-test-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- name: Annotate CI run with test results
26-
uses: dorny/test-reporter@v1
26+
uses: dorny/test-reporter@v2
2727
with:
2828
artifact: test-reports-${{ matrix.node-version }}
2929
name: Test Results (${{matrix.node-version}}

0 commit comments

Comments
 (0)