From dc8b4a180302c95fb9ca50c8f442fd3f9d54673d Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Wed, 22 May 2024 14:15:25 +0200 Subject: [PATCH] next Signed-off-by: Michael Engel --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'