Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 27b7b08

Browse files
ci: bump codecov/codecov-action from 3.1.3 to 3.1.4 (#1382)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9edda24 commit 27b7b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests_coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: coverage/
2727

2828
- name: Upload coverage to Codecov
29-
uses: codecov/[email protected].3
29+
uses: codecov/[email protected].4
3030
if: ${{ !github.event.pull_request.head.repo.fork }}
3131
with:
3232
fail_ci_if_error: true
@@ -49,7 +49,7 @@ jobs:
4949
path: coverage/
5050

5151
- name: Upload coverage to Codecov
52-
uses: codecov/[email protected].3
52+
uses: codecov/[email protected].4
5353
if: ${{ !github.event.pull_request.head.repo.fork }}
5454
with:
5555
fail_ci_if_error: true
@@ -72,7 +72,7 @@ jobs:
7272
path: coverage/
7373

7474
- name: Upload coverage to Codecov
75-
uses: codecov/[email protected].3
75+
uses: codecov/[email protected].4
7676
if: ${{ !github.event.pull_request.head.repo.fork }}
7777
with:
7878
fail_ci_if_error: true

0 commit comments

Comments
 (0)