We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beea2b commit 71dec8bCopy full SHA for 71dec8b
.github/workflows/node.js.yml
@@ -56,9 +56,7 @@ jobs:
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v3
58
- name: Upload coverage to Coveralls
59
- # Note: @master is currently the only version
60
- # https://github.com/coverallsapp/github-action/issues/11
61
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v1
62
# Ignore intermittent server errors (which are out of our control).
63
# https://github.com/coverallsapp/github-action/issues/9
64
# https://github.com/coverallsapp/github-action/issues/79
0 commit comments