From 557dc53b592b429d67cd7ba8743b610696d55435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:18:34 +0000 Subject: [PATCH] build(deps): bump codecov/test-results-action from 1.0.1 to 1.0.2 Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](https://github.com/codecov/test-results-action/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: codecov/test-results-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 53f1bd4b..2e1e78ba 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -63,7 +63,7 @@ jobs: fail_ci_if_error: true - name: Gather Test Results - uses: codecov/test-results-action@v1.0.1 + uses: codecov/test-results-action@v1.0.2 if: always() with: token: ${{ secrets.CODECOV_TOKEN }}