Skip to content

Commit ddbba0b

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 (#101)
1 parent fd1729a commit ddbba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- name: Test
2525
run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m
26-
- uses: codecov/codecov-action@v3
26+
- uses: codecov/codecov-action@v4
2727
with:
2828
file: ./coverage.txt

0 commit comments

Comments
 (0)