summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-06 11:57:17 +0000
committerGitHub <noreply@github.com>2020-07-06 11:57:17 +0000
commit69c94950c911ab744dc67ff0bd73f76c61a056da (patch)
tree917cd5abd564c9020bfec61f2a789220f056511a
parent78709ce2b9537f710f24edba15243aef1d732891 (diff)
downloadqutebrowser-69c94950c911ab744dc67ff0bd73f76c61a056da.tar.gz
qutebrowser-69c94950c911ab744dc67ff0bd73f76c61a056da.zip
build(deps): Bump codecov/codecov-action from v1 to v1.0.10
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.10. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1...f3570723ef743f6942b6a480461ed0cd6c0f9baa) Signed-off-by: dependabot[bot] <support@github.com>
-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 da3436aa1..929f13d29 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 }}"