Skip to content

Commit 0f6b8cf

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent c70003d commit 0f6b8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go test -race -covermode=atomic -coverprofile=coverage.out ./...
2828
2929
- name: coverage
30-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
30+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
file: coverage.out

0 commit comments

Comments
 (0)