diff --git a/.github/workflows/ci-cd-production.yml b/.github/workflows/ci-cd-production.yml index fa17b11..d1b4350 100644 --- a/.github/workflows/ci-cd-production.yml +++ b/.github/workflows/ci-cd-production.yml @@ -125,7 +125,7 @@ jobs: path: frontend/coverage/ - name: Comment test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: Frontend Tests