summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-06 14:21:41 +0200
committerGitHub <noreply@github.com>2020-07-06 14:21:41 +0200
commit00b8d03fa333bb4db008fe901206867afe52e24f (patch)
treeef8c135ae8dbde33576d88f903c37b7d55a77032
parent950a6b9efd661aec340527793a803a8a838e23b8 (diff)
parent69c94950c911ab744dc67ff0bd73f76c61a056da (diff)
downloadqutebrowser-00b8d03fa333bb4db008fe901206867afe52e24f.tar.gz
qutebrowser-00b8d03fa333bb4db008fe901206867afe52e24f.zip
Merge pull request #5572 from qutebrowser/dependabot/github_actions/codecov/codecov-action-v1.0.10
build(deps): Bump codecov/codecov-action from v1 to v1.0.10
-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 5c2377a2e..890661702 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -162,7 +162,7 @@ jobs:
if: "failure()"
- name: Upload coverage
if: "endsWith(matrix.testenv, '-cov')"
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v1.0.10
with:
name: "${{ matrix.testenv }}"