diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ec137631b3..28c3df7582 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -147,7 +147,7 @@ jobs: - name: Report to Coveralls if: always() - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@latest with: github-token: ${{ secrets.GITHUB_TOKEN }} file: '/var/tmp/coveralls.info'