Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8843ee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
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.3.1
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
file: ./coverage.txt

0 commit comments

Comments
 (0)