summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 18:47:47 +0000
committerGitHub <noreply@github.com>2024-02-05 18:47:47 +0000
commitf2887af90f33938508c354553f473d40fed467e7 (patch)
tree1b6d346531149fe0dc6845d242b8608fb56a39ba
parentaac4d2b4a786c0ecd12daf2a9d122afe76463333 (diff)
downloadqutebrowser-dependabot/github_actions/codecov/codecov-action-4.tar.gz
qutebrowser-dependabot/github_actions/codecov/codecov-action-4.zip
build(deps): bump codecov/codecov-action from 3 to 4dependabot/github_actions/codecov/codecov-action-4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... 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 732ce4b07..4c1b4bb7c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -217,7 +217,7 @@ jobs:
if: "failure()"
- name: Upload coverage
if: "endsWith(matrix.testenv, '-cov')"
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
with:
name: "${{ matrix.testenv }}"