From 388e61a7371f99c7f9f51a8ce56efb6850374e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 07:02:12 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.2 to 2.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b8ff2..957a147 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,4 @@ jobs: - name: Run HTTP integration tests run: ./test/http-integration-tests.sh - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index c2345f7..fd2380c 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -41,4 +41,4 @@ jobs: - name: Run HTTP integration tests run: ./test/http-integration-tests.sh - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3