Skip to content

Commit 839122b

Browse files
committed
Merge branch 'master' of github.com:codecov/codecov-github-action
2 parents 3f456df + c465c37 commit 839122b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.1
13+
- uses: actions/codecov-action@v0.2
1414
with:
1515
token: ${{secrets.CODECOV_TOKEN}}
1616
```
@@ -25,4 +25,4 @@ steps:
2525

2626
## License
2727

28-
The code in this project is released under the MIT License
28+
The code in this project is released under the MIT License

0 commit comments

Comments
 (0)