From a71adbe2c209391daee17b458020818a8a37dfc8 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 3 Mar 2026 11:51:28 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 488d3a0..57cf2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.6.0 * Fix: For `workflow_run` events, resolve the commit of the check run from related pull request head commits first (matching `workflow_run.head_branch`, then first PR), and fall back to `workflow_run.head_sha` for non-PR runs https://github.com/dorny/test-reporter/pull/673 +* Change: The `test-reporter` action will listed all artifacts associated with the build run https://github.com/dorny/test-reporter/pull/693 * Maintenance: Upgrade to ESLint v9 https://github.com/dorny/test-reporter/pull/629 ## 2.5.0