diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92bc627..331d4fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Process results if: always() - uses: malaupa/go-test-coverage-summary-action@v2.0.0 + uses: malaupa/go-test-coverage-summary-action@v3.0.0 with: test_results: "test.out" coverage_profile: "cover.out" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f77918b..a6cbfb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Process results if: always() - uses: malaupa/go-test-coverage-summary-action@v2.0.0 + uses: malaupa/go-test-coverage-summary-action@v3.0.0 with: test_results: "test.out" coverage_profile: "cover.out" @@ -67,4 +67,4 @@ jobs: tag: '${{ github.ref_name }}' } }); -# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json \ No newline at end of file +# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json