Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrox authored May 21, 2019
1 parent fe539e6 commit b6b016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ action "run tests" {
}

action "send coverage to codecov" {
uses = "Atrox/codecov-action@v0.1.0"
uses = "Atrox/codecov-action@v0.1.1"
secrets = ["CODECOV_TOKEN"]
needs = ["run tests"]
}

0 comments on commit b6b016d

Please sign in to comment.