From c7f074133fc29cf2030277b12987ff8ebdde6530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 21:37:19 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1.0.3 to v1.0.11 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.3 to v1.0.11. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.3...6d208f5b527841fb050f92f778e86cb808dacdcb) Signed-off-by: dependabot[bot] --- .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 adb3c19e..7c6d4c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: pytest --cov=sonarr --cov-report=xml - name: Upload coverage to Codecov if: matrix.python == 3.8 && matrix.os == 'ubuntu' - uses: codecov/codecov-action@v1.0.3 + uses: codecov/codecov-action@v1.0.11 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml