summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-23 11:27:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-23 11:27:41 +0200
commit06dc39e7a8938644dd7d1101ec270244bb59f61e (patch)
treedab214456f63ddb3d809950aba1bf8b33002c41b /.github
parent68a1ed6e89c053f215f87c4468025ea6c2451961 (diff)
parenta9e14c99d8937d58bcc5a6cb9f5ba13c8daee452 (diff)
downloadqutebrowser-06dc39e7a8938644dd7d1101ec270244bb59f61e.tar.gz
qutebrowser-06dc39e7a8938644dd7d1101ec270244bb59f61e.zip
Merge remote-tracking branch 'origin/pr/5616'
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 6874d7d97..6234472fc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -176,7 +176,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 }}"