summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-18 05:19:23 +0000
committerGitHub <noreply@github.com>2020-08-18 05:19:23 +0000
commit0efd3f81bc9c09e7a4f7d31dfb7080b5882a62da (patch)
tree2b35e6cf0b76111f477920b905dc64bf3016e8e4 /.github
parent1b1a833a0adaca563098a59a32b9b629aca3b66c (diff)
downloadqutebrowser-0efd3f81bc9c09e7a4f7d31dfb7080b5882a62da.tar.gz
qutebrowser-0efd3f81bc9c09e7a4f7d31dfb7080b5882a62da.zip
Bump codecov/codecov-action from v1.0.12 to v1.0.13
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.12 to v1.0.13. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.12...6004246f47ab62d32be025ce173b241cd84ac58e) 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 3f127072c..36423aab8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -178,7 +178,7 @@ jobs:
if: "failure()"
- name: Upload coverage
if: "endsWith(matrix.testenv, '-cov')"
- uses: codecov/codecov-action@v1.0.12
+ uses: codecov/codecov-action@v1.0.13
with:
name: "${{ matrix.testenv }}"