Skip to content

Commit

Permalink
Revert to github-action@master
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Sep 5, 2024
1 parent fb725d9 commit 6d8ce60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

# Upload coverage to Coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
# uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: coverage/lcov-report/lcov.info
# file: ./coverage/lcov-report/lcov.info

0 comments on commit 6d8ce60

Please sign in to comment.