diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1cc5221c..d8304465f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: if-no-files-found: error - name: Unit Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: bin/coverage/unit/report.xml if: always() @@ -266,7 +266,7 @@ jobs: make e2e-compose-standalone - name: e2e Test Summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6 with: paths: /tmp/report/report.xml if: always()