Skip to content

Commit 95d110b

Browse files
chore(deps): update codecov/codecov-action action to v4.4.0 (#5574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent daf0475 commit 95d110b

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
@@ -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/codecov-action@v4.3.1
79+
uses: codecov/codecov-action@v4.4.0
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/codecov-action@v4.3.1
152+
uses: codecov/codecov-action@v4.4.0
153153
if: hashFiles('coverage.out') != ''
154154
with:
155155
file: ./coverage.out

0 commit comments

Comments
 (0)