diff --git a/.github/workflows/promotion-pipeline.yml b/.github/workflows/promotion-pipeline.yml index d6ad1d3cc..09c2e4d7e 100644 --- a/.github/workflows/promotion-pipeline.yml +++ b/.github/workflows/promotion-pipeline.yml @@ -312,7 +312,7 @@ jobs: - name: Publish test report if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 with: name: Jest Test Results path: '**/junit.xml'