From dbe17ef32ee5dbfba54d29e0ba956ad2b7820aa5 Mon Sep 17 00:00:00 2001 From: ziggie Date: Wed, 11 Dec 2024 15:39:23 +0100 Subject: [PATCH] github: update goveralls tool --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd8b5dbfe3..ce34c6baec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -220,7 +220,7 @@ jobs: run: make ${{ matrix.unit_type }} - name: Send coverage - uses: shogo82148/actions-goveralls@v1 + uses: ziggie1984/actions-goveralls@713e0a03bdfbe622e727ad7090d1bc7d27bbea08 if: matrix.unit_type == 'btcd unit-cover' with: path-to-profile: coverage.txt @@ -434,6 +434,6 @@ jobs: needs: [unit-test, ubuntu-integration-test] runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1 + - uses: ziggie1984/actions-goveralls@713e0a03bdfbe622e727ad7090d1bc7d27bbea08 with: parallel-finished: true