mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 14:33:53 +00:00
Merge pull request #1833 from c9s/dependabot/github_actions/codecov/codecov-action-5
dep: bump codecov/codecov-action from 4 to 5
This commit is contained in:
commit
b0146b0d73
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
fail_on_error: true
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: ./coverage.txt,./coverage_dnum.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user