diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-01 10:32:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 10:32:45 -0800 |
| commit | b878e9ae465dfb2db9a88ec148979082da298961 (patch) | |
| tree | 1c14128d3691d1041644ffb9373725a93cdd5360 | |
| parent | 39d4a0b495ed4750764f7f0233008a340ea3db34 (diff) | |
| download | seaweedfs-b878e9ae465dfb2db9a88ec148979082da298961.tar.xz seaweedfs-b878e9ae465dfb2db9a88ec148979082da298961.zip | |
chore(deps): bump dorny/test-reporter from 1 to 2 (#7581)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2.
- [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/v1...v2)
---
updated-dependencies:
- dependency-name: dorny/test-reporter
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/spark-integration-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 89d7b1b04..07194df93 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -133,7 +133,7 @@ jobs: - name: Publish test report if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Spark Test Results path: test/java/spark/target/surefire-reports/*.xml |
