diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d37890..5a4c364 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} LCOV_FILE_PATH: "./coverage/lcov.info" - if: github.event_name == 'pull_request' || github.event_name == 'push' - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file