diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c3f930..7caf1ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,12 +85,12 @@ jobs: runs-on: macos-15 steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: 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@v5 + uses: actions/upload-artifact@v6 with: name: MergedResult path: test_output/final \ No newline at end of file