diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 00b7def..8da55a8 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -51,7 +51,7 @@ jobs: command: run_tests - name: Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() # run this step even if previous step failed with: name: junit Tests # Name of the check run which will be created