summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-20 06:01:40 +0000
committerGitHub <noreply@github.com>2020-07-20 06:01:40 +0000
commit7a7c764d3974a2724e9668ef47a996443c26d417 (patch)
treeb737b1a3af3edc12413c954835daefe83c3a44d6 /.github
parentda585f2b5d6997c2f9a985eba40b69be4edfb812 (diff)
downloadqutebrowser-7a7c764d3974a2724e9668ef47a996443c26d417.tar.gz
qutebrowser-7a7c764d3974a2724e9668ef47a996443c26d417.zip
build(deps): Bump codecov/codecov-action from v1.0.10 to v1.0.11
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.10 to v1.0.11. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.10...6d208f5b527841fb050f92f778e86cb808dacdcb) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 09e7b57fa..077a18e6f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
if: "failure()"
- name: Upload coverage
if: "endsWith(matrix.testenv, '-cov')"
- uses: codecov/codecov-action@v1.0.10
+ uses: codecov/codecov-action@v1.0.11
with:
name: "${{ matrix.testenv }}"