Skip to content

Commit 09efeee

Browse files
authored
Merge pull request #65 from bugrakocabay/main
Sync
2 parents 579eda3 + efc53f7 commit 09efeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: env "PATH=$PATH" "GOROOT=$GOROOT" go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2424

2525
- name: Codecov
26-
uses: codecov/codecov-action@v3.1.6
26+
uses: codecov/codecov-action@v4.0.0
2727
with:
2828
files: ./coverage.txt

0 commit comments

Comments
 (0)