Skip to content

Commit cadf54e

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent b06889c commit cadf54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go test ./... -coverprofile=coverage.txt -covermode=atomic
2727
2828
- name: Upload coverage report
29-
uses: codecov/codecov-action@v1.0.2
29+
uses: codecov/codecov-action@v5.4.2
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
file: ./coverage.txt

0 commit comments

Comments
 (0)