Skip to content

Commit 55c9c61

Browse files
authored
Update README.md
1 parent e749576 commit 55c9c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
1010
```yaml
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: actions/codecov-action@v0.3
13+
- uses: actions/codecov-action@v0.4
1414
with:
1515
token: ${{secrets.CODECOV_TOKEN}} #for private repos
1616
file: ./coverage.xml #optional

0 commit comments

Comments
 (0)