diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 45c733b25..a5fa71b9d 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -54,7 +54,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/github-action@v2.1.0 + uses: coverallsapp/github-action@v2.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./coverage.lcov