Skip to content

Commit 539f8c5

Browse files
committed
update codecov action version
1 parent 507e604 commit 539f8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go-version: "1.23"
1414
- name: Run tests with coverage
1515
run: go test -coverprofile=coverage.out -covermode=count ./...
16-
- uses: codecov/codecov-action@v2
16+
- uses: codecov/codecov-action@v4
1717
with:
1818
token: ${{ secrets.CODECOV_TOKEN }}
1919
files: ./coverage.out

0 commit comments

Comments
 (0)