Skip to content

Commit 214aa3a

Browse files
authored
Merge pull request #179 from YTGhost/chore-codecov
chore: upgrade codecov-action to v4.5.0
2 parents a27a77e + 7cd6b50 commit 214aa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
sudo go test -v -short ./pkg/... ./cmd/... -coverprofile cover.out
4848
4949
- name: Publish Unit Test Coverage
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@v4.5.0
5151
with:
5252
name: codecov-umbrella
5353
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)