Skip to content

Commit acf667f

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 5123a6b commit acf667f

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
@@ -37,7 +37,7 @@ jobs:
3737
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
3838

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@v5
4141
with:
4242
files: ./coverage.out
4343
flags: unittests

0 commit comments

Comments
 (0)