From abf6b8b94e803bd2755d568bf03141f76062b5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:04:52 +0000 Subject: [PATCH] Bump EnricoMi/publish-unit-test-result-action from 2.20.0 to 2.21.0 Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/3a74b2957438d0b6e2e61d67b05318aa25c9e6c6...34d7c956a59aed1bfebf31df77b8de55db9bbaaf) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publishTestResults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishTestResults.yml b/.github/workflows/publishTestResults.yml index 160cf5c0c4a..7519fec724b 100644 --- a/.github/workflows/publishTestResults.yml +++ b/.github/workflows/publishTestResults.yml @@ -47,7 +47,7 @@ jobs: done - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0 + uses: EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf # v2.21.0 id: test-results with: commit: ${{ github.event.workflow_run.head_sha }}