From a96504704ed68cfa9f53f7c3fd8307410b766a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:46:13 +0100 Subject: [PATCH] Bump codecov/codecov-action from 1.0.0 to 3.1.1 (#90) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.0 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.0...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0648a53..695b70e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: make test-coverage - name: Upload Coverage report to CodeCov - uses: codecov/codecov-action@v1.0.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt