From 94fac7fa8743a54d74537a28fcc8c38187a1349f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:02:19 -0800 Subject: [PATCH] Bump EnricoMi/publish-unit-test-result-action from 2.14.0 to 2.15.0 (#1557) Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/8885e273a4343cd7b48eaa72428dea0c3067ea98...e22cb89252eed6924b77cf94ec9d7776e0d2bc0d) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8374d1c73a..b89a121491 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -289,7 +289,7 @@ jobs: - name: Decompress run: find . -type f -name '*.tar.gz' -exec sh -c 'tar -zxf {} --one-top-level' \; - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98 # v2.14.0 + uses: EnricoMi/publish-unit-test-result-action@e22cb89252eed6924b77cf94ec9d7776e0d2bc0d # v2.15.0 continue-on-error: true id: test-results with: