Skip to content

Commit bfbdd65

Browse files
chore: update codecov/codecov-action action to v5.5.4
1 parent 3704855 commit bfbdd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...
6161
- name: Upload code coverage report
62-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
62+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
6363
with:
6464
files: coverage.out
6565
verbose: true

0 commit comments

Comments
 (0)