diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index dc816492c16..4c33691040d 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -148,7 +148,7 @@ jobs: go test ./charts/.../tests -json | tee test.json - name: Annotate unit tests if: ${{ steps.prep-lint.outputs.unittests == 'true' }} - uses: guyarb/golang-test-annotations@v0.4.0 + uses: guyarb/golang-test-annotations@v0.5.0 with: test-results: test.json