diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f170edb..f4d8830 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: - name: Process results if: always() - uses: malaupa/go-test-coverage-summary-action@v1.0.1 + uses: malaupa/go-test-coverage-summary-action@v2.0.0 with: test_results: "test.out" coverage_profile: "cover.out"