Skip to content

Commit e8ec845

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 (#4362)
1 parent 6cb46c5 commit e8ec845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: |
181181
go install github.com/wadey/gocovmerge@latest
182182
gocovmerge */coverage.txt > coverage.txt
183-
- uses: codecov/codecov-action@v3
183+
- uses: codecov/codecov-action@v4
184184
with:
185185
fail_ci_if_error: true
186186
files: ./coverage.txt

0 commit comments

Comments
 (0)