From ff34eb69088039235bc340637aa5974b2a73e4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:28:19 +0000 Subject: [PATCH] Build(deps): Bump test-summary/action from 2.2 to 2.4 (#591) Bumps [test-summary/action](https://github.com/test-summary/action) from 2.2 to 2.4. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/v2.2...v2.4) --- updated-dependencies: - dependency-name: test-summary/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> Co-authored-by: J. Nick Koston --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 989dee55..755034d9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -302,7 +302,7 @@ jobs: - name: Produce markdown test summary from JUnit if: >- !cancelled() - uses: test-summary/action@v2.2 + uses: test-summary/action@v2.4 with: paths: .test-results/pytest/test.xml - name: Append coverage results to Job Summary