diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index c66be9fc3..f49235800 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -100,14 +100,14 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: xcodebuild-logs + name: xcodebuild-logs-${{ matrix.lane }} path: ~/Library/Developer/Xcode/DerivedData/*/Logs - name: Upload Test Output if: always() uses: actions/upload-artifact@v4 with: - name: test-output + name: test-output-${{ matrix.lane }} path: fastlane/test_output - name: Upload Test Results