Skip to content

Commit c450878

Browse files
committed
chore(deps): update codecov/codecov-action action to v6
1 parent e2b0197 commit c450878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
4040
with:
4141
files: ./coverage.txt
4242
flags: unittests

0 commit comments

Comments
 (0)