mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
Merge pull request #1683 from c9s/dependabot/github_actions/codecov/codecov-action-4
dep: bump codecov/codecov-action from 3 to 4
This commit is contained in:
commit
8911f88ed6
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
|||
fail_on_error: true
|
||||
|
||||
- name: Upload Coverage Report
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./coverage.txt,./coverage_dnum.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user