Skip to content

Commit 75a3f37

Browse files
committed
updated codecov action version
1 parent 29ed98d commit 75a3f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: |
4141
go test -v -coverprofile cover.out ./...
4242
gocov convert cover.out | gocov-xml > coverage.xml
43-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v4
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: ./coverage.xml

0 commit comments

Comments
 (0)