summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-23 06:01:48 +0000
committerGitHub <noreply@github.com>2020-07-23 06:01:48 +0000
commita9e14c99d8937d58bcc5a6cb9f5ba13c8daee452 (patch)
tree43cf8c7ace76f0d0f2ca2ed950b50cda5a0bfa55 /.github
parenta9c8f9270b21f66850987560364e6189a9fd0253 (diff)
downloadqutebrowser-a9e14c99d8937d58bcc5a6cb9f5ba13c8daee452.tar.gz
qutebrowser-a9e14c99d8937d58bcc5a6cb9f5ba13c8daee452.zip
build(deps): Bump codecov/codecov-action from v1.0.11 to v1.0.12
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.11 to v1.0.12. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.11...07127fde53bc3ccd346d47ab2f14c390161ad108) 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 5a1243819..e52149718 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.11
+ uses: codecov/codecov-action@v1.0.12
with:
name: "${{ matrix.testenv }}"