We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e749576 commit 55c9c61Copy full SHA for 55c9c61
README.md
@@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
10
```yaml
11
steps:
12
- uses: actions/checkout@master
13
-- uses: actions/codecov-action@v0.3
+- uses: actions/codecov-action@v0.4
14
with:
15
token: ${{secrets.CODECOV_TOKEN}} #for private repos
16
file: ./coverage.xml #optional
0 commit comments