Skip to content

Commit 38e1d58

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3
1 parent 6f427b8 commit 38e1d58

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run unit tests with coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v5.5.2
18+
uses: codecov/codecov-action@v5.5.3
1919
with:
2020
verbose: true
2121
env:

0 commit comments

Comments
 (0)