Skip to content

Commit d4d4668

Browse files
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#3708)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [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.1...v3.1.2) --- 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 f887420 commit d4d4668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cp coverage.txt $TEST_RESULTS
102102
cp coverage.html $TEST_RESULTS
103103
- name: Upload coverage report
104-
uses: codecov/[email protected].1
104+
uses: codecov/[email protected].2
105105
with:
106106
file: ./coverage.txt
107107
fail_ci_if_error: true
@@ -195,7 +195,7 @@ jobs:
195195
find . -name 'coverage.html' > "${TEST_RESULTS}/coverage.lst"
196196
tar -n -cf - -T "${TEST_RESULTS}/coverage.lst" | tar -C "${TEST_RESULTS}" -xvf -
197197
- name: Upload coverage report
198-
uses: codecov/[email protected].1
198+
uses: codecov/[email protected].2
199199
if: hashFiles('coverage.out') != ''
200200
with:
201201
file: ./coverage.out

0 commit comments

Comments
 (0)