diff --git a/.github/workflows/gocover.yaml b/.github/workflows/gocover.yaml index b4116de..5dbf430 100644 --- a/.github/workflows/gocover.yaml +++ b/.github/workflows/gocover.yaml @@ -32,7 +32,7 @@ jobs: go tool cover -func coverage.out -o coverage.out # Replaces coverage.out with the analysis of coverage.out - name: Go Coverage Badge - uses: tj-actions/coverage-badge-go@v1 + uses: tj-actions/coverage-badge-go@v2 if: ${{ runner.os == 'Linux' && matrix.go == '1.23' }} # Runs this on only one of the ci builds. with: green: 80