This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new a5cc82c chore(deps): bump dorny/test-reporter from 2 to 3 (#637)
a5cc82c is described below
commit a5cc82c7feba48aa5ab57683b30b7f974a2598cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 08:32:12 2026 +0100
chore(deps): bump dorny/test-reporter from 2 to 3 (#637)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2
to 3.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dorny/test-reporter/compare/v2...v3)
---
updated-dependencies:
- dependency-name: dorny/test-reporter
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/go-platform-test-report.yml | 2 +-
.github/workflows/java-platform-test-report.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/go-platform-test-report.yml
b/.github/workflows/go-platform-test-report.yml
index c166c35..9937ab0 100644
--- a/.github/workflows/go-platform-test-report.yml
+++ b/.github/workflows/go-platform-test-report.yml
@@ -36,7 +36,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- - uses: dorny/test-reporter@v2
+ - uses: dorny/test-reporter@v3
with:
artifact: "golang-test-report-${{ matrix.os }}"
name: "Golang Tests (OS: ${{ matrix.os }})"
diff --git a/.github/workflows/java-platform-test-report.yml
b/.github/workflows/java-platform-test-report.yml
index f54893b..9022366 100644
--- a/.github/workflows/java-platform-test-report.yml
+++ b/.github/workflows/java-platform-test-report.yml
@@ -38,7 +38,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- - uses: dorny/test-reporter@v2
+ - uses: dorny/test-reporter@v3
with:
artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"