From 5c7d3a69e129544aa62e11c5ecea8d01abbbe127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Apr 2021 16:01:29 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from v1.3.1 to v1.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.3.1 to v1.4.0. - [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/v1.3.1...0e28ff86a50029a44d10df6ed4c308711925a6a8) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/testcov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23cfbc4..f06c894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: NATS_PORT: ${{ job.services.nats.ports[4222] }} GOPROXY: https://proxy.golang.org - name: upload coverage to codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v1.4.0 with: file: ./profile.cov token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/testcov.yml b/.github/workflows/testcov.yml index 1d9fea8..2470ee5 100644 --- a/.github/workflows/testcov.yml +++ b/.github/workflows/testcov.yml @@ -31,7 +31,7 @@ jobs: NATS_PORT: ${{ job.services.nats.ports[4222] }} GOPROXY: https://proxy.golang.org - name: upload coverage to codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v1.4.0 with: file: ./profile.cov token: ${{ secrets.CODECOV_TOKEN }}