Skip to content

Commit af043a7

Browse files
build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4293f19 commit af043a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cp coverage.txt $TEST_RESULTS
7777
cp coverage.html $TEST_RESULTS
7878
- name: Upload coverage report
79-
uses: codecov/[email protected].0
79+
uses: codecov/[email protected].1
8080
with:
8181
file: ./coverage.txt
8282
fail_ci_if_error: true
@@ -149,7 +149,7 @@ jobs:
149149
find . -name 'coverage.html' > "${TEST_RESULTS}/coverage.lst"
150150
tar -n -cf - -T "${TEST_RESULTS}/coverage.lst" | tar -C "${TEST_RESULTS}" -xvf -
151151
- name: Upload coverage report
152-
uses: codecov/[email protected].0
152+
uses: codecov/[email protected].1
153153
if: hashFiles('coverage.out') != ''
154154
with:
155155
file: ./coverage.out

0 commit comments

Comments
 (0)