This is an automated email from the ASF dual-hosted git repository. abhishekrb pushed a commit to branch update_test_report in repository https://gitbox.apache.org/repos/asf/druid.git
commit 76be4d91d493c6a6698e4e46e708a416a3169d7c Author: Abhishek Balaji Radhakrishnan <[email protected]> AuthorDate: Wed Nov 5 16:22:59 2025 -0800 Bump to v6 --- .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 f7f6c9d3c2a..d278fd6ab69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: path: target/surefire-reports - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 with: check_name: "Unit Test Report" report_paths: '**/target/surefire-reports/TEST-*.xml' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
