Skip to content

Commit a76689d

Browse files
committed
ci: upgrade dorny/test-reporter to v3 for Node.js 24 compat
1 parent 08c71e4 commit a76689d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
# developers see failures inline without opening logs.
189189
- name: Test report — Unit
190190
if: always()
191-
uses: dorny/test-reporter@v2
191+
uses: dorny/test-reporter@v3
192192
with:
193193
name: Unit Tests
194194
path: test-results/unit.xml
@@ -197,7 +197,7 @@ jobs:
197197

198198
- name: Test report — Integration
199199
if: always()
200-
uses: dorny/test-reporter@v2
200+
uses: dorny/test-reporter@v3
201201
with:
202202
name: Integration Tests
203203
path: test-results/integration.xml
@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: Test report — Security
208208
if: always()
209-
uses: dorny/test-reporter@v2
209+
uses: dorny/test-reporter@v3
210210
with:
211211
name: Security Tests
212212
path: test-results/security.xml

0 commit comments

Comments
 (0)