diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9c5a9e166..5c8247939 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: test-script: yarn test:unit - name: Report coverage - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}