diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19b9403..a2bd643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: path: test_output - run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult - name: Upload Merged Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: MergedResult path: test_output/final