Skip to content

Commit a609bad

Browse files
chore: update codecov/codecov-action action to v6
1 parent 3704855 commit a609bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
6363
with:
6464
files: coverage.out
6565
verbose: true

0 commit comments

Comments
 (0)