diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fcee4a..a3abf52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: path: test_output - name: Merge xcresult files run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/TestResults.xcresult - - uses: kishikawakatsumi/xcresulttool@2b37f116695328d5e503ac8dadca0f1545a51da4 # v1 + - uses: kishikawakatsumi/xcresulttool@v1 if: success() || failure() with: path: test_output/TestResults.xcresult